![]() | Add a string to the collection |
![]() | Removes all strings in the collection |
![]() | 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 and return a String from the collection |
![]() | Concatenates and returns all the strings in the collection. Delimiter is inserted between each string in the collection. |
![]() | The number of Strings in the collection |
![]() | 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. Defaults to NULL. |
![]() | Returns or sets a string in the collection. |