System.JSON.Readers.TJsonReader.ReadAsIntegerInternal

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

Delphi

function ReadAsIntegerInternal: Integer;

C++

int __fastcall ReadAsIntegerInternal();

プロパティ

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


説明

ReadAsInteger の実装を提供します。

ReadAsIntegerInternal は、ReadAsInteger 関数の実装を提供しており、JSON を整数値として読み込むことができます。

ReadAsInteger は、Integer 値を返します。

関連項目