API:System.UTF8Encode

De RAD Studio API Documentation
Révision datée du 28 juin 2023 à 16:58 par BuildBot (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

{$ENDIF LINUX}
function Utf8Encode(const WS: _WideStr): _RawByteStr;
end;
function Utf8Encode(const US: UnicodeString): _RawByteStr;
function UTF8Encode(const A: _RawByteStr): _RawByteStr;
procedure UTF8Encode(const US: UnicodeString; var B: array of Byte);

C++

extern DELPHI_PACKAGE RawByteString __fastcall UTF8Encode(const System::WideString WS)/* overload */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !