StreamReader: ReadToEnd

ReadToEnd

Returns a string of all remaining characters in the stream.



 Public Function ReadToEnd ( ) As String

Return Values

String -  A string containing the remaining characters.

See Also

Project CorLib Overview

Class StreamReader Overview