Data.Cloud.CloudAPI.DecodeBytes64
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: Data.Cloud.CloudAPI | |
Delphi
function DecodeBytes64(Str: string): TArray<Byte>;
C++
extern DELPHI_PACKAGE System::DynamicArray<System::Byte> __fastcall DecodeBytes64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);
Description
Attention: DecodeBytes64 is deprecated. Please use System.NetEncoding.TNetEncoding.DecodeStringToBytes.
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.