LoadDelimitedStringTSource(IListTSource, String, FuncString, TSource) | Appends items parsed from delimited string, created with ToDelimitedString, using the default
delimiter ("|") into the given list. |
LoadDelimitedStringTSource(IListTSource, String, Char, FuncString, TSource) | Appends items parsed from delimited string, created with ToDelimitedString, into the given list. |
LoadDelimitedStringTSource(IListTSource, String, String, FuncString, TSource) | Appends items parsed from delimited string, created with ToDelimitedString, into the given list. |