メインメニューを開く

RAD Studio API Documentation β

System.JSON.Readers.TJsonReader.ReadAsStringInternal

Delphi

function ReadAsStringInternal: string;

C++

System::UnicodeString __fastcall ReadAsStringInternal(void);

プロパティ

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


説明

ReadAsString の実装を提供します。

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

ReadAsStringInternal は、String 値を返します。

関連項目