StreamReader: Read

Read

Returns the next char from the reader.



 Public Function Read ( ) As Long

Return Values

Long -  The next character to be read, or -1 if the end of the stream was reached.

Remarks

Any characters above &H7FFF will be returned as a positive value.

See Also

Project CorLib Overview

Class StreamReader Overview