Share via


Read Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Reads the next character or next set of characters from the input stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Read() () () () Reads the next character from the input stream and advances the character position by one character. (Overrides TextReader. . :: . .Read() () () ().)
Public method Read(array<Char> [] () [] [], Int32, Int32) Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index. (Overrides TextReader. . :: . .Read(array<Char> [] () [] [], Int32, Int32).)

Top

See Also

Reference

StreamReader Class

System.IO Namespace