メインメニューを開く

RAD Studio API Documentation β

System.JSON.TJSONNumber.GetAsInt64

Delphi

function GetAsInt64: Int64;

C++

__int64 __fastcall GetAsInt64();

プロパティ

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


説明

数の Int64 表現を返します。

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

関連項目