[]
Gets or sets the required digits of the field.
public int MinDigits { get; set; }
Public Property MinDigits As Integer
Type | Description |
---|---|
int | The required digits. |
Type | Condition |
---|---|
ArgumentException | The assigned value is greater than MaxDigits. |
ArgumentOutOfRangeException | The assigned value is less than 0. |