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.5.0
Syntax public string Percent(
int decimals
)
Parameters
- decimals
- Type: SystemInt32
The number of decimals to use when the rate is formatted.
Return Value
Type:
StringThe rate formatted as percentage. Example: 15.4 %
See Also