- string
- the string representation of a short value.
- radix
- the radix to use when parsing.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NumberFormatException if string cannot be parsed as a short value, or radix Character.MAX_RADIX.
Parses the specified string as a signed short value using the specified radix. The ASCII character - ('-') is recognized as the minus sign.