StreamReader: ReadLine |
Returns a string of characters to the next new-line character.
Public Function ReadLine ( ) As String
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.