Add | Add a string to the collection |
Clear | Removes all strings in the collection |
Find | Return a string from the collection where the beginning substring matches the specified string. The string comparison is case-insensitive, starting with the leftmost character. |
Remove | Remove and return a String from the collection |
All | Concatenates and returns all the strings in the collection. The Delimiter string is inserted between each string in the collection. |
Count | The number of Strings in the collection |
Delimiter | Separates a string into substrings when adding a string to the collection with the Add method. Also used as a separator when reading the All property. |
Item | Returns or sets a string in the collection. |