Click or drag to resize

FuncEnCurrToStr Method (Double, Boolean)

Converts the specified value to its equivalent string representation.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string CurrToStr(
	double value,
	bool showCents
)

Parameters

value
Type: SystemDouble
A value containing a currency to convert.
showCents
Type: SystemBoolean
If this parameter is true then cents of the value will be added to the resulting string.

Return Value

Type: String
Returns the string representation of the double value with or without cents.
See Also