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 indicates the digit of decimal part.
The default is 2.
|