Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextReader::Read Method

 

Reads data from the text reader.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRead()

Reads the next character from the text reader and advances the character position by one character.

System_CAPS_pubmethodRead(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.

Return to top
Show:
© 2017 Microsoft