Method ToDecimal128
ToDecimal128(string)
Converts a string to a Decimal128.
public static Decimal128 ToDecimal128(string value)Parameters
- valuestring
- The value. 
Converts a string to a Decimal128.
public static Decimal128 ToDecimal128(string value)value stringThe value.