Search
Converter.toDecimal Method
See Also
 






Converts the specified string value to decimal.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static BigDecimal toDecimal (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A decimal value that is deserialized from the specified string.

 See Also