System.UCS4StringToUnicodeString
Delphi
function UCS4StringToUnicodeString(const S: UCS4String): UnicodeString;
C++
extern DELPHI_PACKAGE UnicodeString __fastcall UCS4StringToUnicodeString(const UCS4String S);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.pas System.hpp | System | System | 
Description
Converts a UCS-4 encoded string to a Unicode string.
Call UCS4StringToUnicodeString to convert a UCS-4 encoded string to Unicode. S is a string that contains UCS-4 encoded characters. The result of the function is the corresponding Unicode (UTF-16) string value.