Data.Cloud.CloudAPI.Decode64
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: Data.Cloud.CloudAPI | |
Delphi
function Decode64(Str: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall Decode64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);
Description
Attention: Decode64 is deprecated. Please use System.NetEncoding.TNetEncoding.Decode.
Decodes a Base64-encoded string.
Decode64 returns the decoded version of the string.
Str is the string to decode from Base64.