Click or drag to resize

OpsContextCurrencyToString Method

Format as string value using supplied decimal places.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public 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

String
The converted amount in string format.
See Also