TInt64Helper.ToString
Convert the value to string
Declaration
Source position: syshelph.inc line 542
public 
  class function ToString(const AValue: Int64) : string;  Overload
                         ;  Static;
  function 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
| Name | Description | 
|---|---|
| IntToStr | Convert an integer value to a decimal string. | 
| TInt64Helper.Parse | Convert from a string |