Click or drag to resize

Amount Class

This class is used to represent an amount and it contains the decimal value and string representation of this value in the current number format(Locale settings).
Inheritance Hierarchy
SystemObject
  Micros.OpsAmount

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class Amount

The Amount type exposes the following members.

Constructors
  NameDescription
Public methodAmount(Decimal, Boolean, NumberFormatInfo)
Initializes a new instance of the Amount class
Public methodAmount(Decimal, Int32, NumberFormatInfo)
Initializes a new instance of the Amount class
Top
Properties
  NameDescription
Public propertyCurrencyString
Public propertyValue
Top
Methods
See Also