Gets or sets the decimal digits in the number to be formatting.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public byte DecimalDigits { get; set; } |
Visual Basic |
---|
Public Property DecimalDigits As Byte Get Set |
Visual C++ |
---|
public: property unsigned char DecimalDigits { unsigned char get (); void set (unsigned char value); } |