Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Exclude Method / Exclude(Int32,Int32) Method
The first UTF-32 character (code point) of the interval.
The last UTF-32 character (code point) of the interval.

In This Topic
    Exclude(Int32,Int32) Method
    In This Topic
    Excludes an interval of UTF-32 characters (code points).
    Syntax
    'Declaration
     
    Public Overloads Function Exclude( _
       ByVal firstCode As System.Integer, _
       ByVal lastCode As System.Integer _
    ) As Utf32CodeSet
    public Utf32CodeSet Exclude( 
       System.int firstCode,
       System.int lastCode
    )

    Parameters

    firstCode
    The first UTF-32 character (code point) of the interval.
    lastCode
    The last UTF-32 character (code point) of the interval.

    Return Value

    The current instance of Utf32CodeSet.
    See Also