Click or drag to resize

Amount(Decimal, Boolean, 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,
	bool isWeight,
	NumberFormatInfo numberFormatInfo
)

Parameters

value  Decimal
 
isWeight  Boolean
 
numberFormatInfo  NumberFormatInfo
 
See Also