Click or drag to resize

OpsContextConvertAmountToBaseCurrency Method

Convert the input amount to amount in base currency.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public decimal ConvertAmountToBaseCurrency(
	decimal amount
)

Parameters

amount
Type: SystemDecimal
The amount to be converted.

Return Value

Type: Decimal
The converted amount in base currency.
See Also