Data.Cloud.CloudAPI.DecodeBytes64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DecodeBytes64(Str: string): TArray<Byte>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Byte> __fastcall DecodeBytes64 _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 : DecodeBytes64 est obsolète. Veuillez utiliser System.NetEncoding.TNetEncoding.DecodeStringToBytes.

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

DecodeBytes64 renvoie une instance de System.SysUtils.TBytes représentant la version décodée de la chaîne.

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

Voir aussi