Converts an integer value into a string.
Input Arguments
0 |
Integer |
Integer to Convert |
The source integer. |
1 |
Integer |
Minimum Digits (will prefix with 0’s) |
The number of digits to use in the resulting string. |
Return Arguments
2 |
String |
Resultant String |
The resulting string value. |
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
None.