Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

UIntToStr

Unsigned integer to String

Declaration

Source position: sysstrh.inc line 118

function UIntToStr(

  Value: QWord

):string;

function UIntToStr(

  Value: Cardinal

):string;

Description

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.

Errors

None

See also

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: Sep 29 2022