parseInt(string, radix)

Parse a string into integer. If the radix is omitted or undefined, it is assumed to be 10, unless the string begins with '0x' or '0X', in which case 16 is assumed.

<< eval(string) © 1996-2013 InetSoft Technology Corporation (v11.5) parseFloat(string) >>