NumToWordHelper Class
Namespace: Stimulsoft.Report.Func
Methods
| Method | Returns | Description |
|---|---|---|
addWords static |
string | |
determinateCurrencies static |
void |
Method Details
addWords static
addWords(integerString: string, decimalString: string, mainCurrency: string, centCurrency: string, postCurrency: string): string
Parameters
- integerString (string)
- decimalString (string)
- mainCurrency (string)
- centCurrency (string)
- postCurrency (string)
Returns string
determinateCurrencies static
determinateCurrencies(culture: CultureInfo, currencyISO: string, integerPart: number, decimalPart: number, REFmainCurrency: any, REFcentCurrency: any): void
Parameters
- culture (CultureInfo)
- currencyISO (string)
- integerPart (number)
- decimalPart (number)
- REFmainCurrency (any)
- REFcentCurrency (any)
Fields
| Field | Type | Description |
|---|---|---|
| centCurrency | any | |
| centCurrency | any | |
| mainCurrency | any | |
| mainCurrency | any | |
| mainCurrency | any | |
| stringValue | any | |
| value | any |