Click or drag to resize

SessionToFormattedCurrency Method

Format a currency value per the FormatCurrency format in the CurrencyCulture culture.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToFormattedCurrency(
	decimal amount
)

Parameters

amount
Type: SystemDecimal
The currency value to format.

Return Value

Type: String
The formatted value as a string.
See Also