Click or drag to resize
PortalDecimalFromString Method
This method will convert a string value such as $350.95 or 7.125% to its decimal equivalent.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public static decimal DecimalFromString(
	string stringValue
)

Parameters

stringValue
Type: SystemString
A number in the form of a string.

Return Value

Type: Decimal
The decimal equivalent.
See Also