System.JSON.Readers.TJsonReader.ReadAsStringInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsStringInternal: string;

C++

System::UnicodeString __fastcall ReadAsStringInternal(void);

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.

See Also