ComponentOne MultiSelect for WinForms
C1.Win.Input.Formating Namespace / MaskInfo Class / CaseSensitive Property

In This Topic
    CaseSensitive Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether string comparisons within the mask literals are case-sensitive.
    Syntax
    'Declaration
     
    
    Public Property CaseSensitive As Boolean
    public bool CaseSensitive {get; set;}
    Remarks
    True if comparison with mask literals is case-sensitive; otherwise, False.
    See Also