Click or drag to resize

PriceGetDoublePriceFormatted Method (Double, Currency, Country, Boolean)

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static string GetDoublePriceFormatted(
	double price,
	Currency currency,
	Country country,
	bool showFormatted
)

Parameters

price
Type: SystemDouble
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
showFormatted
Type: SystemBoolean

Return Value

Type: String
See Also