CenterView Help
toNumber
Function: toNumber()
Converts various data types into a number.
Syntax
toNumber(value)
Argument | Type | Description |
---|---|---|
value | String, TrueFalse or Number | The value to be converted. |
Examples
toNumber(in.value)
Returns the number 14462 where the attribute in.value contains a string "14462".
See Also
Please let us know if we could improve this page feedback@phixflow.com