ShoppingCartInfoGetFormattedPrice Method (Double) |
Returns formatted price using the shopping cart currency formatting string.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public string GetFormattedPrice(
double price
)
Parameters
- price
- Type: SystemDouble
Price to be formatted
Return Value
Type:
StringSee Also