Std stringio ulongtostring
std:std.stringio.ULongToString
Function ULongToString:String( value:ULong,base:UInt )#
Converts an unsigned long value to a string.
| Parameters | |
|---|---|
value |
value Value to convert. |
base |
base Numeric base for conversion, eg: 2 for binary, 16 for hex etc. |