CheckSummaryDataCurrencyToString Method |
Convert the decimal data to a currency string given the check's currency state (decimal places, use thousand char, number format)
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic string CurrencyToString(
decimal data
)
Parameters
- data Decimal
Return Value
String
See Also