[]
Returns the first and last code points of a named range of Unicode characters.
public static (int, int) GetInterval(UnicodeBlock unicodeBlock)
Public Shared Function GetInterval(unicodeBlock As UnicodeBlock) As (Integer, Integer)
Type | Name | Description |
---|---|---|
UnicodeBlock | unicodeBlock | The named range of Unicode characters. |