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

TInt64Helper.ToString

Convert the value to string.

Declaration

Source position: syshelph.inc line 1352

public class function TInt64Helper.ToString(

  const AValue: Int64

):string; overload;

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

See also

TInt64Helper.Parse

  

Convert from a string.

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: Jul 24 2023