FuncUaDecline Method (Int64, 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(
long value,
string currency
)
Public Shared Function Decline (
value As Long,
currency As String
) As String
Parameters
- value
- Type: SystemInt64
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:
StringReturns the correct declension of roubles or kopecs names of the currency.
See Also