System.WideCharToUCS4String
Delphi
function WideCharToUCS4String(S: PWideChar; Len: Integer = MaxInt): UCS4String;
C++
extern DELPHI_PACKAGE UCS4String __fastcall WideCharToUCS4String(WideChar * S, int Len = 0x7fffffff);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
説明
WideChar のシーケンスを UCS4 文字列に変換します。
パラメータ:
S | 変換元の文字列。 ワイド文字のシーケンスを指すポインタです。 |
Len | 変換元文字列の最大長。 |
このルーチンは WideStringToUCS4String と同様ですが、変換するワイド文字を指定できる点だけがことなります。