OpsContextCurrencyToString Method |
Format as string value using supplied decimal places.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic string CurrencyToString(
decimal amount,
int decimalPlaces
)
Parameters
- amount Decimal
- The amount to be converted.
- decimalPlaces Int32
- Number of decimal places to be formatted to.
Return Value
StringThe converted amount in string format.
See Also