[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 560

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

NativeUInt.Parse

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: Sep 28 2017