InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / CodeRange Class / CodeRange Constructor / CodeRange Constructor(Char,Char)
The first character code.
The last character code.

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

    Parameters

    first
    The first character code.
    last
    The last character code.
    See Also