Method GetLength
GetLength(int)
Returns length of the string that corresponds to specified item in the collection.
public virtual int GetLength(int index)
Parameters
index
intIndex of item in the collection.
Returns
- int
If collection do not contain specified item method returns 0.