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