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