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