Service Studio 6.0 Help
TextToIntegerValidate Function
The TextToIntegerValidate function is a built-in function that returns true if Text t can be converted to an Integer value.
This function is only available within the expression editor.
Input parameters
t: Text Type
Output parameters
Boolean Type
Examples
|
Usage |
Result |
|
TextToIntegerValidate("200") TextToIntegerValidate("-200") TextToIntegerValidate("200.482") TextToIntegerValidate("not a number") |
True True False False |
See Also
TextToInteger Function | Available Data Type Conversion Functions | Available Built-in Functions