System.JSON.Readers.TJsonReader.ReadAsBytesInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsBytesInternal: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall ReadAsBytesInternal(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 ReadAsBytes.

ReadAsBytesInternal provides the implementation for the ReadAsBytes function to read a JSON token as binary data.

ReadAsBytesInternal returns a TBytes value.

See Also