SharpCvsLib

CvsStream.ReadLine Method 

Read from the stream until the end of the line. TODO: If an empty line is found, then this will skip this line and try the next line (up to 10 times). Is this the required behaviour?

[Visual Basic]
Public Function ReadLine() As String
[C#]
public string ReadLine();

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.Streams.CvsStream.ReadLine

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace