Gets or sets the decimal digit.
Declaration
[Browsable(true)]
public int DecimalDigit { get; set; }
<Browsable(True)>
Public Property DecimalDigit As Integer
Property Value
Type |
Description |
int |
The int value that indicates the number of digits of the decimal part.
The default is 2.
|