FuncRuCurrToStr Method (Int64, String, 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(
long value,
string currency,
bool cents
)
Public Shared Function CurrToStr (
value As Long,
currency As String,
cents As Boolean
) As String
Parameters
- value
- Type: SystemInt64
A value containing a currency to convert. - currency
- Type: SystemString
The name of the currency(RUR, EUR, USD, UAH). - cents
- Type: SystemBoolean
If this parameter is true then cents of the value will be added to the resulting string.
Return Value
Type:
StringReturns the string representation of the long value with cents and the currency name.
See Also