StreamReader: ReadLine

ReadLine

Returns a string of characters to the next new-line character.



 Public Function ReadLine ( ) As String

Return Values

String -  A string containing the characters up to the next new-line character.

Remarks

If there are no more bytes to in the stream, then a null string is returned. This can be checked for using the CorString.IsNull function.

See Also

Project CorLib Overview

Class StreamReader Overview