CurrencyInfoFormatPrice Method |
Returns price formatted according to settings in this currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public string FormatPrice(
double price
)
Parameters
- price
- Type: SystemDouble
Price to be formatted.
Return Value
Type:
StringSee Also