[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32Interval.-ctor

Utf32Interval Constructor

Utf32Interval(int, int)

Initializes an instance of the Utf32Interval.

Declaration
public Utf32Interval(int firstCode, int lastCode)
Public Sub New(firstCode As Integer, lastCode As Integer)
Parameters
Type Name Description
int firstCode

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

int lastCode

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

Utf32Interval(int, int, bool)

Initializes an instance of the Utf32Interval.

Declaration
public Utf32Interval(int firstCode, int lastCode, bool exclude)
Public Sub New(firstCode As Integer, lastCode As Integer, exclude As Boolean)
Parameters
Type Name Description
int firstCode

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

int lastCode

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

bool exclude

Indicates if the interval should be excluded from the resulting set of characters.