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