Click or drag to resize

OpsContextCurrencyToString Method

Format as string value using supplied decimal places.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public string CurrencyToString(
	decimal amount,
	int decimalPlaces
)

Parameters

amount
Type: SystemDecimal
The amount to be converted.
decimalPlaces
Type: SystemInt32
Number of decimal places to be formatted to.

Return Value

Type: String
The converted amount in string format.
See Also