Method GetLineLength
GetLineLength(long)
Gets the length of the specified line, not including any trailing newline character(s).
public virtual int GetLineLength(long lineNo)
Parameters
lineNo
longLine number (starting from zero).
Returns
- int
The length of the line, or -1 if lineNo was invalid.