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


C1.PrintDocument.6 アセンブリ > 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 System.Char, _
   ByVal lowSurrogate As System.Char _
) As System.Integer
'使用法
 
Dim highSurrogate As System.Char
Dim lowSurrogate As System.Char
Dim value As System.Integer
 
value = CodeRange.ToUtf32(highSurrogate, lowSurrogate)
public static System.int ToUtf32( 
   System.char highSurrogate,
   System.char lowSurrogate
)

パラメータ

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

戻り値の型

The UTF32 code.
参照

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