Converts A string to an integer.
A value between 2 and 36 that specifies the base of the number in numString. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.
Generated using TypeDoc
Ponyfill for Java's Integer class.