Click or drag to resize

Amount Constructor (Decimal, Int32, NumberFormatInfo)

Initializes a new instance of the Amount class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Amount(
	decimal value,
	int currentCurrencyDp,
	NumberFormatInfo numberFormatInfo
)

Parameters

value
Type: SystemDecimal
currentCurrencyDp
Type: SystemInt32
numberFormatInfo
Type: System.GlobalizationNumberFormatInfo
See Also