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: 18.2
Syntax
C#
public decimal ConvertAmountToForeignCurrency(
	decimal amount
)

Parameters

amount
Type: SystemDecimal
The amount to be converted.

Return Value

Type: Decimal
The converted amount in current displayed currency.
See Also