System.UTF8ArrayToString
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 */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.pas System.hpp | System | System | 
Description
Embarcadero Technologies does not currently have any additional information.