Afficher : Delphi
C++
Préférences d'affichage
System.UTF8Decode
De XE2 API Documentation
Delphi
function Utf8Decode(const S: RawByteString): WideString;
C++
extern 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
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.