Data.Cloud.CloudAPI.EncodeBytes64
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
Warning: 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.