Click or drag to resize

StringListAdd Method

Overload List
  NameDescription
Public methodAdd(T) (Inherited from ListString.)
Public methodAdd(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.
Top
See Also