FuncFrConvertToWord Method |
main calculations including currency, décimals
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string ConvertToWord(
decimal number,
string currencyISO,
int decimals
)
Public Shared Function ConvertToWord (
number As Decimal,
currencyISO As String,
decimals As Integer
) As String
Parameters
- number
- Type: SystemDecimal
decimal number to convert - currencyISO
- Type: SystemString
currency to use in the string - decimals
- Type: SystemInt32
number of decimal used
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Report.Func.Fr.ConvertToWord(System.Decimal,System.String,System.Int32)"]
See Also