StringCollection « Data Structure « VB.Net






1.StringCollection.Clear Method removes all the strings from the StringCollection.
2.StringCollection.Contains Method determines whether the specified string is in the StringCollection.
3.StringCollection.CopyTo Method copies StringCollection values to a one-dimensional array
4.StringCollection.Add Method adds a string to the end of the StringCollection.
5.Adds a range of elements from an array to the end of the StringCollection