表示: Delphi C++
表示設定

System.WideCharToUCS4String

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function WideCharToUCS4String(S: PWideChar; Len: Integer = MaxInt): UCS4String;

C++

extern PACKAGE UCS4String __fastcall WideCharToUCS4String(WideChar * S, int Len = 0x7fffffff);

プロパティ

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

説明

WideChar のシーケンスを UCS4 文字列に変換します。

パラメータ:

S 変換元の文字列。 ワイド文字のシーケンスを指すポインタです。
Len 変換元文字列の最大長。

このルーチンは WideStringToUCS4String と同様ですが、変換するワイド文字を指定できる点だけがことなります。

関連項目

以前のバージョン
他の言語