Gets or sets the number of decimal digits to use when formatting the property value.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public byte DecimalDigits { get; private set; }
Visual Basic
Public Property DecimalDigits As Byte
	Get
	Private Set
Visual C++
public:
property unsigned char DecimalDigits {
	unsigned char get ();
	private: void set (unsigned char value);
}

Field Value

The number of decimal digits.

See Also