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