FuncEnDecline Method (Int64, String, String) |
Returns the correct noun declension.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string Decline(
long value,
string one,
string two
)
Public Shared Function Decline (
value As Long,
one As String,
two As String
) As String
Parameters
- value
- Type: SystemInt64
A value containing a currency on which the resulting value depends. - one
- Type: SystemString
If the value ends with "one" then this parameter is the result of the function. - two
- Type: SystemString
If the value does not end with "one" then this parameter is the result of the function.
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Report.Func.En.Decline(System.Int64,System.String,System.String)"]
See Also