StiExpressionHelper Class
Namespace: Stimulsoft.Report.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
ParseBool static |
bool | |
ParseText static |
string |
Method Details
ParseBool static
ParseBool(page: StiPage, text: string): bool
Parameters
- page (StiPage)
- text (string)
Returns bool
ParseText static
ParseText(page: StiPage, text: string, allowReturnNull: bool): string
Parameters
- page (StiPage)
- text (string)
- allowReturnNull (bool)
Returns string