Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks the format of a string if it can be converted to an integer.
Syntax
client server public static boolean str2IntOk(TempStr _tempStr)
Run On
Called
Parameters
- _tempStr
Type: TempStr Extended Data Type
The string to convert.
Return Value
Type: boolean
true if the string contains a valid integer; otherwise, false.