PdsBatchAttrib::str2Int Method
Converts a string into an integer.
Syntax
client server public static int str2Int(TempStr _tempStr)
Run On
Called
Parameters
- _tempStr
Type: TempStr Extended Data Type
The string to convert.
Return Value
Type: int
The integer.
Remarks
The string must already be checked to be convertible into an integer. Use the str2IntOk() method of this class to check this. The conversion just removes all 'thousands' separators from the string before it calls the regular conversion method.