Datasnap.DSHTTPCommon.TDSServiceResponseHandler.ByteContent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ByteContent(JsonValue: TJSONValue): TArray<Byte>; virtual;

C++

virtual System::DynamicArray<System::Byte> __fastcall ByteContent(System::Json::TJSONValue* JsonValue);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Beschreibung

Wandelt den angegebenen JSON-Wert in einen TBytes-Wert um.

Die virtuelle Methode ByteContent wird zur Umwandlung des angegebenen JSON-Wertes in seine TBytes-Repräsentation verwendet.

Siehe auch