System.Character.TCharacter.ConvertFromUtf32

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter


説明

UTF-32 文字を、対応する UTF-16 文字もしくは代理ペア(結果は文字列です)に変換します。

ConvertFromUtf32 は、UCS4Char(UTF-32 文字)を、対応する UTF-16 文字もしくは代理ペアに変換します。取得できた結果は、文字列として返されます。

関連項目


コード サンプル