System.Character.TCharHelper.ConvertFromUtf32

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

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

Description

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

ConvertFromUtf32 convertit un UCS4Char (caractère UTF-32) en caractère UTF-16 correspondant ou paire de substitution. Le résultat obtenu est renvoyé en tant que chaîne.

Voir aussi