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;}
See Also