/
xpfStringToInteger
xpfStringToInteger
FUNCTION xpfStringToInteger(aString : STRING) anInteger : INTEGER;
The function xpfStringToInteger converts a given number from its STRING representation, aString, to its INTEGER value, anInteger.
Arguments
Type | Name | Comment |
STRING | aString | A number representation |
Return Value
Type | Name | Comment |
INTEGER | anInteger | The given string value as an INTEGER |
Options
Example
myIntNumber : INTEGER; myIntNumber := xpfStringToInteger('1235');
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpxStringToInteger
xpxStringToInteger
More like this
xpxStringToReal
xpxStringToReal
More like this
xpfInstanceIdToInteger
xpfInstanceIdToInteger
More like this
xpfGetStringLength
xpfGetStringLength
More like this
xpfStringToInstanceId
xpfStringToInstanceId
More like this
xpfFindStringInString
xpfFindStringInString
More like this