Click or drag to resize

Amount(Decimal, Int32, NumberFormatInfo) Constructor

Initializes a new instance of the Amount class

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

Parameters

value  Decimal
 
currentCurrencyDp  Int32
 
numberFormatInfo  NumberFormatInfo
 
See Also