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

TQWordHelper.ToString

Convert the value to string.

Declaration

Source position: syshelph.inc line 1290

public class function TQWordHelper.ToString(

  const AValue: QWord

):string; overload;

function TQWordHelper.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 QWord value itself is used. The IntToStr function is used to do the conversion.

See also

TQWordHelper.Parse

  

Convert from a string.

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: Jul 24 2023