FuncUaCurrToStr Method (Decimal) |
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(
decimal value
)
Public Shared Function CurrToStr (
value As Decimal
) As String
Parameters
- value
- Type: SystemDecimal
A value containing a currency to convert.
Return Value
Type:
StringReturns the string representation of the decimal value with cents and the currency name.
See Also