System.SysUtils.TUInt64Helper

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TUInt64Helper = record helper for UInt64

C++

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

プロパティ

種類 可視性 ソース ユニット
helper
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

TUInt64Helper は、UInt64 型の機能を提供するレコード ヘルパです。

TUInt64Helper の機能を使用すると、以下の処理が可能です。

  • UInt64 値を文字列や浮動小数点型の値に変換する。
  • 文字列から UInt64 型数値への変換を試みる。

関連項目

コード サンプル