Click or drag to resize

FuncRuDecline Method (Double, String)

Returns the correct declension of names of roubles or kopecs of the currency.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string Decline(
	double value,
	string currency
)

Parameters

value
Type: SystemDouble
A value containing a currency on which the resulting value depends.
currency
Type: SystemString
The name of the currency(RUR, EUR, USD, UAH).

Return Value

Type: String
Returns the value of one, two or five parameter. Depends on the value parameter.
See Also