[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32CodeSet.GetInterval

GetInterval Method

GetInterval(UnicodeBlock)

Returns the first and last code points of a named range of Unicode characters.

Declaration
public static (int, int) GetInterval(UnicodeBlock unicodeBlock)
Public Shared Function GetInterval(unicodeBlock As UnicodeBlock) As (Integer, Integer)
Parameters
Type Name Description
UnicodeBlock unicodeBlock

The named range of Unicode characters.

Returns
Type Description
(int, int)

The first and last code points.