System.Character.TCharacter.ConvertFromUtf32

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function ConvertFromUtf32(C: UCS4Char): string; static;

C++

static System::UnicodeString __fastcall ConvertFromUtf32(unsigned C);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter

Description

Convertit un caractère UTF-32 dans le caractère UTF-16 correspondant ou la paire de substitution (le résultat est une chaîne).

ConvertFromUtf32 convertit un UCS4Char (caractère UTF-32) dans le caractère UTF-16 correspondant ou la paire de substitution. Le résultat obtenu est renvoyé sous la forme d'une chaîne.

Voir aussi

Exemples de code