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