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: 18.2
Syntax
C#
public string CurrencyToString(
	decimal data
)

Parameters

data
Type: SystemDecimal

Return Value

Type: String
See Also