String Collection

String Collection.

String CollectionObject.AddUnique (String)

Add value to a string collection or dictionary if it does not already exist.

String CollectionObject.ReplaceLine (String, String)

Returns a new string in which all lines containing specified string are replaced with another specified string.

String CollectionObject.LastItem

LastItem.

String CollectionObject.LastItem

LastItem.

String CollectionObject.Sort

Sort.

String CollectionObject.Join

Join.

String CollectionObject.Join (String)

Join.

String CollectionObject.Item

Item.

String CollectionObject.Item

Item.

String CollectionObject.Contains (String)

Returns a value indicating whether the specified string occurs within this string collection.

String CollectionObject.Add (String)

Add value to a string collection or dictionary.

String CollectionObject.Count

Count.

String CollectionObject.RemoveEmptyEntries

Removes empty entries of string collection.

String CollectionObject.LastIndexOf

Reports the zero-based index position of the last occurrence of a specified string within this instance.

String CollectionObject.Length

Reports the object’s length.

String CollectionObject.IndexOf (String)

Reports the zero-based index of the first occurrence of the specified string in this string.

String CollectionObject.IndexOf (String, Integer)

Reports the zero-based index of the first occurrence of the specified string in this string.

String CollectionObject.Replace (String, String)

Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.