Search
Converter.toShort Method
See Also
 






Converts the specified string value to unsigned 16-bit integer.

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

 Syntax

Java  Copy Code

public static short toShort (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A signed 16-bit integer value that is deserialized from the specified string.

 See Also