Click or drag to resize
TaxClassInfoProviderGetTaxValue Method (Double, Double)
Returns calculated tax based on the product price and tax value. For zero tax returns 0.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static double GetTaxValue(
	double price,
	double taxValue
)

Parameters

price
Type: SystemDouble
Price the tax should be calculated from
taxValue
Type: SystemDouble
Tax value

Return Value

Type: Double
See Also