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

Output parameters

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