CodeRange Constructor(Char,Char)
In This Topic
Initialization of the range of character codes
Syntax
'Declaration
Public Function New( _
ByVal As Char, _
ByVal As Char _
)
public CodeRange(
char ,
char
)
Parameters
- first
- The first character code.
- last
- The last character code.
See Also