- string
- the string representation of a long 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 long value, or radix Character.MAX_RADIX.
Parses the specified string as a signed long value using the specified radix. The ASCII characters - ('-') and + ('+') are recognized as the minus and plus signs.