Datasnap.DSHTTPCommon.TDSServiceResponseHandler.ByteContent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Description

Convertit la valeur JSON donnée en TBytes.

La méthode virtuelle ByteContent est utilisée pour convertir la valeur JSON en sa représentation TBytes.

Voir aussi