Returns rounded price according to the specified currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- price
- Type: System Double
Price to be rounded
- currencyObj
- Type: CMS.Ecommerce CurrencyInfo
Currency which supplies 'round to' parameter - number of digits the price is rounded to
Return Value
Type: DoubleSee Also