Read Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Reads data from the text reader.
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 | |
---|---|---|
Read() () () () | Reads the next character from the text reader and advances the character position by one character. | |
Read(array<Char> [] () [] [], Int32, Int32) | Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index. |
Top