'宣言 Public Shared Function FromUtf32( _ ByVal codePoint As System.Integer _ ) As System.String
'使用法 Dim codePoint As System.Integer Dim value As System.String value = CodeRange.FromUtf32(codePoint)
public static System.string FromUtf32( System.int codePoint )
パラメータ
- codePoint
- The code point value.
戻り値の型
The text as one or two characters.