Converts the specified string value to an integer.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static int toInt ( |
The string value to convert from.
An integer value that is deserialized from the specified string.
See Also