Hevea documentation

DualStreamReader.ReadLine Method ()

Reads a string line (\r\n or \n terminated).

public string ReadLine();

Return Value

the string line or null

Exceptions

Exception Type Condition
IOException an I/O error occurs
ObjectDisposedException the base stream has been closed

See Also

DualStreamReader Class | Hevea.Core.Net Namespace | DualStreamReader.ReadLine Overload List