Integer.decode

Integer.decode

Class Overview | Class Members | This Package | All Packages

Syntax
public static Integer decode( String nm ) throws NumberFormatException
Parameters
nm
the string to decode
Description
Decodes a string into an Integer. Deals with decimal, hexadecimal, and octal numbers.