Data.Cloud.CloudAPI.EncodeBytes64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EncodeBytes64(asBytes: TArray<Byte>): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall EncodeBytes64 _DEPRECATED_ATTRIBUTE0 (System::DynamicArray<System::Byte> asBytes);

Properties

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

Description

Base64-encodes the specified bytes.

EncodeBytes64 returns the encoded version of the bytes.

asBytes represents the bytes to encode in Base64.

See Also