Converts string to number in numeral system
parseNumber(number [, radix])
→ returns numeric
bin
oct
dec
hex
parseNumber(1010,"bin")
Expected Result: 10
parseNumber(1010,"hex")
Expected Result: 4112
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.