Data.Cloud.CloudAPI.Decode64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Decode64(Str: string): string;

C++

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

Propriétés

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


Description

Avertissement : Decode64 est obsolète. Veuillez utiliser System.NetEncoding.TNetEncoding.Decode.

Décode une chaîne encodée en Base64.

Decode64 renvoie la version décodée de la chaîne.

Str est la chaîne à décoder depuis l'encodage Base64.

Voir aussi