System.SysUtils.TUInt64Helper
Delphi
TUInt64Helper = record helper for UInt64
C++
struct TUInt64Helper /* Helper for long 'unsigned __int64' */;
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
helper class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Beschreibung
TUInt64Helper ist ein unterstützender Record, der Funktionen für den Typ UInt64 bereitstellt.
Mit den TUInt64Helper-Funktionen können Sie Folgendes ausführen:
- Konvertieren von UInt64-Werten in Strings und Gleitkommawerte.
- Konvertieren von Strings in UInt64-Zahlen.
Siehe auch
- Unterstützende Klassen und Records (Delphi)
- System.UInt64
- System.SysUtils.TWordHelper
- System.SysUtils.TByteHelper
- System.SysUtils.TCardinalHelper
- System.SysUtils.TInt64Helper
- System.SysUtils.TIntegerHelper
- System.SysUtils.TNativeIntHelper
- System.SysUtils.TNativeUIntHelper
- System.SysUtils.TShortIntHelper
- System.SysUtils.TSmallIntHelper