Data.Cloud.CloudAPI.DecodeBytes64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DecodeBytes64(Str: string): TArray<Byte>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Byte> __fastcall DecodeBytes64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

Description

Decodes a Base64-encoded string.

DecodeBytes64 returns a System.SysUtils.TBytes instance representing the decoded version of the string.

Str is the string to decode from Base64.

See Also