System.JSON.Readers.TJsonReader.ReadAsStringInternal
Delphi
function ReadAsStringInternal: string;
C++
System::UnicodeString __fastcall ReadAsStringInternal();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.JSON.Readers.pas System.JSON.Readers.hpp | System.JSON.Readers | TJsonReader | 
Description
Provides the implementation for ReadAsString.
ReadAsStringInternal provides the implementation for the ReadAsString function to read a JSON as a String value.
ReadAsStringInternal returns a String value.