[]
Initializes a new instance of the MaskPatternField class.
public MaskPatternField()
Public Sub New()
Initializes a new instance of the MaskPatternField class.
public MaskPatternField(string pattern, int minLength, int maxLength)
Public Sub New(pattern As String, minLength As Integer, maxLength As Integer)
| Type | Name | Description |
|---|---|---|
| string | pattern | A string value indicates the pattern. |
| int | minLength | An int value indicates the minimum length. |
| int | maxLength | An int value indicates the maximum length. |
| Type | Condition |
|---|---|
| ArgumentNullException | When |
| ArgumentOutOfRangeException | When |
| ArgumentException | When |