The System.IO.StringReader.Read method in C# is used to read the next character from the input string and advance the current position within the string. This method returns the Unicode value of the character or -1 if the end of the string has been reached.
C# (CSharp) System.IO StringReader.Read - 47 examples found. These are the top rated real world C# (CSharp) examples of System.IO.StringReader.Read extracted from open source projects. You can rate examples to help us improve the quality of examples.