Converts string to an integer of the specified radix
parseInt("08"); // 8
Optional
Generated using TypeDoc
Converts string to an integer of the specified radix
Example