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: 3.47.3
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: StringThe rate formatted as thousandths. Example: 15.4 ‰
See Also