Service Studio 6.0 Help
TextToInteger Function
The TextToInteger function is a built-in function that converts Text t to an Integer value.
This function is available within the expression editor and the query condition editor.
Input parameters
t: Text Type
Output parameters
Integer Type
Examples
|
Usage |
Result |
|
TextToInteger ("200") TextToInteger ("-200") |
200 -200 |
See Also
TextToIntegerValidate Function | Available Data Type Conversion Functions | Available Built-in Functions