Click or drag to resize

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.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public string CurrencyToString(
	decimal data
)

Parameters

data  Decimal

Return Value

String
See Also