ParseNumber
Method Signature
ParseNumber(number=[string], locale=[string], radix=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Convert decimal number to binary
parseNumber( 1010, "bin" );
Convert decimal number to hex
Additional Examples
Related
Last updated
Was this helpful?
