Show: Delphi C++
Display Preferences

System.Character.ConvertFromUtf32

From XE2 API Documentation
Jump to: navigation, search

Delphi

function ConvertFromUtf32(C: UCS4Char): string;

C++

extern PACKAGE System::UnicodeString __fastcall ConvertFromUtf32(System::UCS4Char C);

Contents

Properties

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

Description

Converts a UCS-4 character to the corresponding UTF-16 character or surrogate pair (the result is a string).

ConvertFromUtf32 converts a UCS4Char to the corresponding UTF-16 character or surrogate pair. The obtained result is returned as a string.

See Also

Code Examples


Personal tools
Previous Versions
Translations