The number of decimal places used for the amount in the output. By default only significant digits are displayed (-1).

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public int DecimalPlaces { get; set; }
Visual Basic
Public Property DecimalPlaces As Integer
	Get
	Set
Visual C++
public:
virtual property int DecimalPlaces {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract DecimalPlaces : int with get, set
override DecimalPlaces : int with get, set

Property Value

Type: Int32

Implements

IAmount..::..DecimalPlaces

See Also