Click or drag to resize
TaxClassInfoProviderApplyTax Method (Double, Double)
Returns the modified price after the specified tax is applied.

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

Parameters

price
Type: SystemDouble
Price the tax should be applied to
taxValue
Type: SystemDouble
Tax value, either flat or relative

Return Value

Type: Double
See Also