Populates the List from a CSV String.
Syntax
ISList.FromCsvString(sourceString, [ignoreDuplicates], [ignoreCase])
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceString |
String |
|
|
The source CSV String. |
| ignoreDuplicates |
Boolean |
Optional |
|
Indicates whether to ignore duplicate values.
If omitted, a value of False is assumed. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether case should be ignored when checking whether a duplicate value already exists in the List.
If omitted, a value of False is assumed. |
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0