StringToNumExtension extension

Numeric extension for String.

on

Methods

toBigInt() BigInt
Converts this String to a BigInt parsing as a integer text.
toDouble() double
Parses this String to a double.
toInt() int
Parses this String to a int.
toNum() num
Parses this String to a num.