System.SysUtils.TUInt64Helper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUInt64Helper = record helper for UInt64

C++

struct TUInt64Helper /* Helper for long 'unsigned __int64' */;

Properties

Type Visibility Source Unit Parent
helper
class
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