System.UTF8ArrayToString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function UTF8ArrayToString(const S: array of _AnsiChr): string;
function UTF8ArrayToString(const S: array of Byte): string; overload;

C++

extern DELPHI_PACKAGE UnicodeString __fastcall UTF8ArrayToString(const char *S, const System::NativeInt S_High)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.pas
System.hpp
System System


Beschreibung

Siehe auch