int class : S getter
Description
Gets a string representation of the int value.
Syntax
intInstance.S
Arguments
None
Return value
Class | Description |
string | A string representation of the int value. |
Sample code
//anyInt is an instance of int type.
string stringRepresentation = anyInt.S;
Notes
None
Links for reference
None