Method Parse
Parse(string)
Converts the string representation of a number to its Decimal128 equivalent.
Parameters
s
stringThe string representation of the number to convert.
Returns
- Decimal128
The equivalent to the number contained in
s
.
Converts the string representation of a number to its Decimal128 equivalent.
s
stringThe string representation of the number to convert.
The equivalent to the number contained in s
.