Click or drag to resize

CurrencyServiceFormatCurrency Method (Currency, Double, Boolean, Boolean)

Namespace:  Dynamicweb.Ecommerce.International
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public string FormatCurrency(
	Currency currency,
	double value,
	bool showSymbol,
	bool useCurrencyRounding
)

Parameters

currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
value
Type: SystemDouble
showSymbol
Type: SystemBoolean
useCurrencyRounding
Type: SystemBoolean

Return Value

Type: String
See Also