FuncNumToWordHelperAddWords Method |
Concatenate the final string
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string AddWords(
string integerString,
string decimalString,
string mainCurrency,
string centCurrency,
string postCurrency
)
Public Shared Function AddWords (
integerString As String,
decimalString As String,
mainCurrency As String,
centCurrency As String,
postCurrency As String
) As String
Parameters
- integerString
- Type: SystemString
integer part - decimalString
- Type: SystemString
decimal part - mainCurrency
- Type: SystemString
final string for the main currency - centCurrency
- Type: SystemString
final string for the cent currency - postCurrency
- Type: SystemString
word used between intager an decimal part
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Report.Func.NumToWordHelper.AddWords(System.String,System.String,System.String,System.String,System.String)"]
See Also