Data.Cloud.CloudAPI.Decode64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Decode64(Str: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall Decode64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);

Properties

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

Description

Warning: 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.

See Also