RatePerMille Method A Sandcastle Documented Class Library
Formats the rate as thousandths with a specified number of decimals.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public string PerMille(
	int decimals
)

Parameters

decimals
Type: SystemInt32
The number of decimals to use when the rate is formatted.

Return Value

Type: String
The rate formatted as thousandths. Example: 15.4 ‰
See Also

Reference