An NDoc Documented Class Library

RegularExpressionValidator Class

Validates whether the value of an associated input control matches the pattern specified by a regular expression.

For a list of all members of this type, see RegularExpressionValidator Members.

System.Object
   MarshalByRefObject
      Component
         BaseValidator
            RegularExpressionValidator

public class RegularExpressionValidator : BaseValidator

Remarks

The RegularExpressionValidator control checks whether the value of an input control matches a pattern defined by a regular expression. Validation succeeds if the input control's value is empty.

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

RegularExpressionValidator Members | Genghis.Windows.Forms Namespace