Click or drag to resize

OpsContextConvertAmountToForeignCurrency Method

Convert the input amount to amount in current displayed foreign currency.

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

Parameters

amount  Decimal
The amount to be converted.

Return Value

Decimal
The converted amount in current displayed currency.
See Also