Returns the first and last code points of a named range of Unicode characters.
public static System.ValueTuple<int,int> GetInterval(
UnicodeBlock
)
'Declaration
Public Shared Function GetInterval( _
ByVal As UnicodeBlock _
) As System.ValueTuple(Of Integer,Integer)
Parameters
- unicodeBlock
- The named range of Unicode characters.
Return Value
The first and last code points.