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