OpsContextConvertToBaseCurrencyString Method |
Convert the input amount to amount in base currency and format as string value.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic string ConvertToBaseCurrencyString(
decimal amount
)
Parameters
- amount Decimal
- The amount to be converted.
Return Value
StringThe converted amount in string format.
See Also