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