Click or drag to resize

FuncPlCurrToStr Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

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

Parameters

value
Type: SystemDecimal

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

currencyISO
Type: SystemString

[Missing <param name="currencyISO"/> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

showCents
Type: SystemBoolean

[Missing <param name="showCents"/> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

uppercase
Type: SystemBoolean

[Missing <param name="uppercase"/> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Func.Pl.CurrToStr(System.Decimal,System.String,System.Boolean,System.Boolean)"]

See Also