OpsContextConvertAmountToForeignCurrency Method |
Convert the input amount to amount in current displayed foreign currency.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic decimal ConvertAmountToForeignCurrency(
decimal amount
)
Parameters
- amount Decimal
- The amount to be converted.
Return Value
DecimalThe converted amount in current displayed currency.
See Also