System.UTF8Decode

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

end;
function Utf8Decode(const S: _RawByteStr): _WideStr;

C++

extern DELPHI_PACKAGE WideString __fastcall UTF8Decode _DEPRECATED_ATTRIBUTE1("Use UTF8ToWideString or UTF8ToString") (const RawByteString S);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.pas
System.hpp
System System

Description

Avertissement : UTF8Decode est obsolète. Veuillez utiliser UTF8ToString.

Convertit une chaîne UTF8 en une chaîne Unicode (WideString).

Appelez UTF8Decode pour convertir une chaîne UTF-8 en Unicode. S est une chaîne encodée en UTF-8. La fonction UTF8Decode renvoie la valeur WideString correspondante qui représente la chaîne en Unicode.

Voir aussi