System.JSON.TJSONNumber.GetAsInt64

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

Delphi

function GetAsInt64: Int64;

C++

__int64 __fastcall GetAsInt64();

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber


説明

数の Int64 表現を返します。

GetAsInt64 は、数の Int64 表現を返します。

関連項目