PdsBatchAttrib::str2IntOk Method
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.