Skip to main content
A newer version of this page is available.
All docs
V19.1
Bar

Strings Methods

Represents the strings collection of a BarListItem class instance.
Name Description
Add(String) Adds a specific string to the Strings collection.
AddRange(Object[]) Adds an array of objects to the Strings collection.
Clear() Removes all items from the Strings collection.
Contains(String) Determines whether the Strings collection contains a specific string.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator() Returns an Enumerator which can iterate through the Strings collection.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(String) Determines the index of a specific string in the Strings collection.
Insert(Int32, String) Inserts a string in the Strings collection at the specified position.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(String) Removes the first occurrence of a specific string from the Strings collection.
RemoveAt(Int32) Removes the first occurrence of a string with a specific index from the Strings collection.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also