Converts the specified string value to unsigned 16-bit integer.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static short toShort ( |
The string value to convert from.
A signed 16-bit integer value that is deserialized from the specified string.
See Also