Category
String Functions
Description
Convert a string to a numeric value
Syntax
ToNum(string)
Parameters
string - a literal string or string function result that can be parsed as an integer or decimal number
Notes
If the string is not a valid number, the result will be 0.
|