Data.DBXTransport.TTransportFilter.Decode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilter

Delphi

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

C++

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

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