Data.DBXTransport.TTransportFilter.Decode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Decode(const StrData: string): TArray<Byte>; static;

C++

static System::DynamicArray<System::Byte> __fastcall Decode(const System::UnicodeString StrData);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

Description

Decodes an encoded string into a byte array.

The Decode method decodes an encoded string into a byte array. The decoding only works if the byte array was originally encoded using the Encode method.

See Also