Initializes a new instance of the FormatValidationRule class.

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

Syntax

C#
public FormatValidationRule(
	Regex regex
)
Visual Basic (Declaration)
Public Sub New ( _
	regex As Regex _
)

Parameters

regex
Type: System.Text.RegularExpressions..::.Regex
The regex.

See Also