Utf32Interval Constructor(Int32,Int32,Boolean)
In This Topic
Initializes an instance of the
Utf32Interval.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public Utf32Interval(
System.int ,
System.int ,
System.bool
)
Parameters
- firstCode
- The first UTF-32 character (code point) of the interval.
- lastCode
- The last UTF-32 character (code point) of the interval.
- exclude
- Indicates if the interval should be excluded from the resulting set of characters.
See Also