The overloads of Read are listed below. For a list of all members, see the StringReader Members list.
override Read() : intReads the next character from the input string and advances the character position by one character.override Read(char[], int, int) : intReads a block of characters from the input string.
Reads the next character from the input string and advances the character position by one character.
Reads a block of characters from the input string.