Interface IPriceFormatter
Interface for price formatting.
public interface IPriceFormatter
- Extension Methods
Methods
Format(decimal, PriceFormatConfiguration)
Formats the price.
string Format(decimal price, PriceFormatConfiguration configuration)
Parameters
price
decimalPrice to format.
configuration
PriceFormatConfigurationObject containing settings for formatting the price.
Returns
- string