Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / GetInterval Method
The named range of Unicode characters.

In This Topic
    GetInterval Method
    In This Topic
    Returns the first and last code points of a named range of Unicode characters.
    Syntax
    'Declaration
     
    Public Shared Function GetInterval( _
       ByVal unicodeBlock As UnicodeBlock _
    ) As System.ValueTuple(Of Integer,Integer)
    public static System.ValueTuple<int,int> GetInterval( 
       UnicodeBlock unicodeBlock
    )

    Parameters

    unicodeBlock
    The named range of Unicode characters.

    Return Value

    The first and last code points.
    See Also