System.UCS4StringToWideString
Delphi
function UCS4StringToWideString(const S: UCS4String): _WideStr;
C++
extern DELPHI_PACKAGE System::WideString __fastcall UCS4StringToWideString(const UCS4String S);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Converts a string of 4-byte Unicode characters to a WideString value.
Call UCS4StringToWideString to convert a string of UCS4 (4-byte Unicode) characters to a WideString value.
See Also
Code Examples