- string
- a string representation of a short value.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NumberFormatException if string cannot be parsed as a short value.
Parses the specified string and returns a Short instance if the string can be decoded into a short value. The string may be an optional minus sign "-" followed by a hexadecimal ("0x..." or "#..."), octal ("0..."), or decimal ("...") representation of a short.