System.SysUtils.TUInt64Helper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUInt64Helper = record helper for UInt64

C++

/*Helper*/typedef void *TUInt64Helper;

Properties

Type Visibility Source Unit Parent
helper
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TUInt64Helper is a record helper that provides functions for the UInt64 type.

Use the TUInt64Helper functions to:

  • Convert UInt64 values to strings and float type values.
  • Try to convert strings into UInt64 numbers.

See Also

Code Examples