Pl Class
Namespace: Stimulsoft.Report.Func
Methods
| Method | Returns | Description |
|---|---|---|
currToStr static |
void | |
dateToStr static |
string | |
numToStr static |
string |
Method Details
currToStr static
currToStr(value: number, currencyISO: string, showCents: boolean, uppercase: boolean): void
Parameters
- value (number)
- currencyISO (string)
- showCents (boolean)
- uppercase (boolean)
dateToStr static
dateToStr(date: DateTime, uppercase: boolean): string
Parameters
- date (DateTime)
- uppercase (boolean)
Returns string
numToStr static
numToStr(value: number, uppercase: boolean): string
Parameters
- value (number)
- uppercase (boolean)
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| dec | any | |
| dec | any | |
| dec | any | |
| isNegative | any | |
| rank | any | |
| rank | any | |
| st | any | |
| st | any | |
| tens | any | |
| units | any | |
| value | any | |
| value | any | |
| value | any |