The Strings class represents a collection of strings.
Add | Adds a new item to the collection. If the index is not valid, the item is added at the end. |
Clone | Creates a copy of the object. |
CloneFrom | Copies the content to this object from another object. |
Join | Concatenates the members of the collection, using the specified separator between each member. |
Remove | Removes the item at the specified position from the collection. |
Count | The number of items in the collection. |
Item | Accesses the item at the specified position in the collection. |