StringListAdd Method |
Name | Description | |
---|---|---|
Add(T) | Adds an object to the end of the ListT. (Inherited from ListString.) | |
Add(String, Char, SplitOptions) |
Add items from a separator-separated list of items.
For example, adding "a;b;c" with ';' separator adds 3 items, "a", "b", "c".
Note that blank and null items are skipped.
|