for GdPicture.NET
XTractFlow.API.Document.Fields.Validation Namespace / RegexFieldValidationMethod Class / RegexFieldValidationMethod Constructor
The regular expression pattern to match.



In This Topic
    RegexFieldValidationMethod Constructor
    In This Topic
    Creates a RegexFieldValidationMethod object for the specified regular expression.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pattern As String _
    )
    'Usage
     
    
    Dim pattern As String
     
    Dim instance As New RegexFieldValidationMethod(pattern)
    public RegexFieldValidationMethod( 
       string pattern
    )
    public:
    RegexFieldValidationMethod( 
       String^ pattern
    )

    Parameters

    pattern
    The regular expression pattern to match.
    See Also