[]
        
(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)
Parameters
Type Name Description
UnicodeBlock unicodeBlock

The named range of Unicode characters.

Returns
Type Description
(int, int)

The first and last code points.