PdsBatchAttrib::str2Int Method

Converts a string into an integer.

Syntax

client server public static int str2Int(TempStr _tempStr)

Run On

Called

Parameters

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.

See Also

Reference

PdsBatchAttrib Table