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