'宣言 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.