Converts the specified string value to decimal.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static BigDecimal toDecimal ( |
The string value to convert from.
A decimal value that is deserialized from the specified string.
See Also