System.UnicodeStringToUCS4String

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnicodeStringToUCS4String(const S: UnicodeString): UCS4String;

C++

extern DELPHI_PACKAGE UCS4String __fastcall UnicodeStringToUCS4String(const UnicodeString S);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Converts a Unicode string to its UCS-4 encoded representation.

Call UnicodeStringToUCS4String to convert a Unicode string to its UCS-4 encoded representation. S is a Unicode string that contains UTF-16 characters. The result of the function is the corresponding UCS-4 string value.

See Also