Cast a value to a number.
toNumeric(value [, radix])
→ returns numeric
102...36binoctdechextoNumeric("29.5")
Expected Result: 29.5
toNumeric("FF0011", "hex")
Expected Result: 16711697
toNumeric("1010", "bin")
Expected Result: 10
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.