Unsigned integer to String.
Source position: sysstrh.inc line 122
| function UIntToStr( | 
| Value: QWord | 
| ):string; | 
| Value: Cardinal | 
| ):string; | 
UIntToStr is the unsigned counterpart to IntToStr: it converts the unsigned integer Value to its string representation. The resulting string has only as much characters as needed to represent the value.
None
| 
 | Convert an integer value to a decimal string. |