StringList Class
Namespace: Stimulsoft.Report
Inheritance
Inherits from: List
Constructors
| Constructor | Description |
|---|---|
| StringList() | |
| StringList(stringvalues ) |
StringList()
StringList(**: stringvalues)
Parameters
- ** (stringvalues)
Methods
| Method | Returns | Description |
|---|---|---|
| AddElement | void | |
| Contains (+2 overloads) | bool | |
| Equals | bool | |
| GetHashCode | int | |
| LoadFromString | IStiList | |
| SaveToString | string | |
| ToObjectArray | object[] | |
| ToQueryString (+2 overloads) | string | |
| ToString | string |
Method Details
AddElement
AddElement(value: object): void
Parameters
- value (object)
Contains
Contains(value: long): bool
Parameters
- value (long)
Returns bool
Contains(value: double): bool
Parameters
- value (double)
Returns bool
Contains(value: decimal): bool
Parameters
- value (decimal)
Returns bool
Equals
Equals(obj: object): bool
Parameters
- obj (object)
Returns bool
GetHashCode
GetHashCode(): int
Returns int
LoadFromString
LoadFromString(str: string): IStiList
Parameters
- str (string)
Returns IStiList
SaveToString
SaveToString(): string
Returns string
ToObjectArray
ToObjectArray(): object[]
Returns object[]
ToQueryString
ToQueryString(): string
Returns string
ToQueryString(quotationMark: string): string
Parameters
- quotationMark (string)
Returns string
ToQueryString(quotationMark: string, needEscape: bool): string
Parameters
- quotationMark (string)
- needEscape (bool)
Returns string
ToString
ToString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| ListName | string | Gets specified name of List. List name equal to name of List class. |
| ListType | Type | Gets the type of List items. |