[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TNativeUIntHelper.ToString

Convert the value to string

Declaration

Source position: syshelph.inc line 617

public class function TNativeUIntHelper.ToString(

  const AValue: NativeUInt

):string; overload;

function TNativeUIntHelper.ToString: string; overload;

Description

ToString will, in the class function variant of this method, convert AValue to a string representation. In the regular method overloaded version of ToString, the NativeUInt value itself is used. The IntToStr function is used to do the conversion.

See also

TNativeUIntHelper.Parse

  

Convert from a string

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: May 14 2021