System.JSON.Readers.TJsonReader.ReadAsInt64Internal

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

Delphi

function ReadAsInt64Internal: Int64;

C++

__int64 __fastcall ReadAsInt64Internal();

プロパティ

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


説明

ReadAsInt64 に対する実装を提供します。

ReadAsInt64Internal は、JSON トークンを 64 ビット整数値として読み込むReadAsInt64 関数の実装を提供します。

ReadAsInt64Internal は、Int64 値を返します。

関連項目