BinaryReader: ReadChar

ReadChar

Reads the next decode character in the stream, and advances the position the number of bytes requirece to assemble a single character.

 Public Function ReadChar ( ) As Long

Return Values

Long -  The next character in the stream.

Remarks

If no characters are left in the stream, and EndOfStreamException is thrown.

See Also

Project VBCorLib Overview | Class BinaryReader Overview