Amount(Decimal, Boolean, NumberFormatInfo) Constructor |
Initializes a new instance of the
Amount class
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic Amount(
decimal value,
bool isWeight,
NumberFormatInfo numberFormatInfo
)
Parameters
- value Decimal
-
- isWeight Boolean
-
- numberFormatInfo NumberFormatInfo
-
See Also