Click or drag to resize

FuncNumToWordHelperdeterminateCurrencies Method

Determinate the exact word used for the currencies

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void determinateCurrencies(
	CultureInfo culture,
	string currencyISO,
	decimal integerPart,
	decimal decimalPart,
	ref string mainCurrency,
	ref string centCurrency
)

Parameters

culture
Type: System.GlobalizationCultureInfo
the culture from which to get the culture
currencyISO
Type: SystemString
ISO currency code
integerPart
Type: SystemDecimal
integer Part of the number
decimalPart
Type: SystemDecimal
decimal Part of the number
mainCurrency
Type: SystemString
return the exact word to use for the main currency
centCurrency
Type: SystemString
return the exact word to use for the cent currency
See Also