| PriceGetDoublePriceInfo Method (Double, Currency) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use overload with currency and country instead.")]
public static PriceInfo GetDoublePriceInfo(
double price,
Currency currency
)
<ObsoleteAttribute("Use overload with currency and country instead.")>
Public Shared Function GetDoublePriceInfo (
price As Double,
currency As Currency
) As PriceInfo
Parameters
- price
- Type: SystemDouble
- currency
- Type: Dynamicweb.Ecommerce.InternationalCurrency
Return Value
Type:
PriceInfoSee Also