[]
Returns a named range of Unicode characters for the specified UTF-32 character (code point).
public static UnicodeBlock GetUnicodeBlock(int codePoint)
Public Shared Function GetUnicodeBlock(codePoint As Integer) As UnicodeBlock
| Type | Name | Description |
|---|---|---|
| int | codePoint | The UTF-32 character (code point). |
| Type | Description |
|---|---|
| UnicodeBlock | The named range. |