| PriceInfoConvertToPIP Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use PriceHelper.ConvertToPIP(Currency, Double) instead.")]
public static long ConvertToPIP(
double amount
)
<ObsoleteAttribute("Use PriceHelper.ConvertToPIP(Currency, Double) instead.")>
Public Shared Function ConvertToPIP (
amount As Double
) As Long
Parameters
- amount
- Type: SystemDouble
Return Value
Type:
Int64See Also