IsRegexpPatternRecognized Property (MaskInfo)
In This Topic
Gets a value indicates whether the mask pattern in regular expression style was succesfully recognized or not.
Syntax
'Declaration
Public ReadOnly Property IsRegexpPatternRecognized As Boolean
public bool IsRegexpPatternRecognized {get;}
See Also