Reads a line. A line is defined as a sequence of characters followed by a carriage return ('\r'), a line feed ('\n'), or a carriage return immediately followed by a line feed. The resulting string does not contain the terminating carriage return and/or line feed. The returned value is null if the end of the input stream has been reached.

Namespace:  Hyleos.Common.IO
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public override string ReadLine()
Visual Basic (Declaration)
Public Overrides Function ReadLine As String
Visual C++
public:
virtual String^ ReadLine() override

Return Value

[Missing <returns> documentation for "M:Hyleos.Common.IO.CustomStreamReader.ReadLine"]

See Also