Mindscape LightSpeed - User Reference & API Documentation
ValidateFormatAttribute Constructor (regex)
API Reference
►
Mindscape.LightSpeed.Validation
►
ValidateFormatAttribute
►
ValidateFormatAttribute(Regex)
C#
Visual Basic
Initializes a new instance of the
ValidateFormatAttribute
class.
Declaration Syntax
C#
Visual Basic
public
ValidateFormatAttribute
(
Regex
regex
)
Public
Sub
New
( _
regex
As
Regex
_ )
Parameters
regex
(
Regex
)
The regex pattern.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)