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

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

C#
public string Percent(
	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 percentage. Example: 15.4 %
See Also

Reference