System.JSON.Readers.TJsonReader.ReadAsStringInternal

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

Delphi

function ReadAsStringInternal: string;

C++

System::UnicodeString __fastcall ReadAsStringInternal();

プロパティ

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


説明

ReadAsString の実装を提供します。

ReadAsStringInternal は、ReadAsString 関数の実装を提供しており、JSON を文字列値として読み込むことができます。

ReadAsStringInternal は、String 値を返します。

関連項目