Method GetLine
GetLine(int)
Gets string line at the specified index.
public string GetLine(int index)
Parameters
indexintIndex of line in the collection.
Returns
- string
Text at specified line index.
Gets string line at the specified index.
public string GetLine(int index)
index intIndex of line in the collection.
Text at specified line index.