Converts a value into a number representation. Changes from text values using standard US English formatting.
Number([Value])
Where:
Value is the value to convert to a number.
Rule | Meaning |
---|---|
Number(TextBoxReturn) | Ensures the value coming from the form control TextBox is interpreted as a number and not text. |