Data.Cloud.CloudAPI.EncodeBytes64

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

Attention: EncodeBytes64 is deprecated. Please use System.NetEncoding.TNetEncoding.EncodeBytesToString.

Base64-encodes the specified bytes.

EncodeBytes64 returns the encoded version of the bytes.

asBytes represents the bytes to encode in Base64.

See Also