Mono Class Library: System.IO.StringReader Overview | Members

System.IO.StringReader.Read Overloads

The overloads of Read are listed below. For a list of all members, see the StringReader Members list.

Public Methods

override
Read() : int
Reads the next character from the input string and advances the character position by one character.
override
Read(char[], int, int) : int
Reads a block of characters from the input string.