Validates that the target conforms to a given format specified by a supplied regular expression

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public sealed class FormatValidationRule : ValidationRule
Visual Basic (Declaration)
Public NotInheritable Class FormatValidationRule _
	Inherits ValidationRule

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Validation..::.ValidationRule
    Mindscape.LightSpeed.Validation..::.FormatValidationRule

See Also