Returns the the next char from the reader without consuming it.
Public Function Peek ( ) As Long
The character that is returned is not removed from the stream. Any characters above &H7FFF will be returned as a positive value.
Project CorLib Overview
Class StreamReader Overview