System.Tether.AppProfile.TRemoteResource.ToBytes
Delphi
function ToBytes: TBytes;
C++
System::DynamicArray<System::Byte> __fastcall ToBytes(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp | System.Tether.AppProfile | TRemoteResource | 
Description
Returns a JSON representation of the remote resource as an array of bytes.
The JSON representation consists of an object that contains the following data:
| Key | Value | 
|---|---|
| 
 | Instance of TJSONNumber that contains the integer that identifies the type of data of the remote resource. | 
| 
 | Instance of TJSONNumber that contains the integer that identifies the type of data of the value that the remote resource contains. | 
| 
 | Value that the remote resource contains. 
 |