Ribbon for WinForms
ToUtf32(Char,Char) メソッド

C1.Win.4.8 アセンブリ > C1.Util 名前空間 > CodeRange クラス > ToUtf32 メソッド : ToUtf32(Char,Char) メソッド
The high code (Unicode) of surrogate character.
The high code (Unicode) of surrogate character.
Convert surrogate pair to UTF32 code.
シンタックス
'宣言
 
Public Overloads Shared Function ToUtf32( _
   ByVal highSurrogate As Char, _
   ByVal lowSurrogate As Char _
) As Integer
public static int ToUtf32( 
   char highSurrogate,
   char lowSurrogate
)

パラメータ

highSurrogate
The high code (Unicode) of surrogate character.
lowSurrogate
The high code (Unicode) of surrogate character.

戻り値の型

The UTF32 code.
参照

CodeRange クラス
CodeRange メンバ
オーバーロード一覧