What is the StreamReader class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the StreamReader class?
Rating:
The StreamReader class is derived from the System.IO namespace. It is implemented by the TextReader class. It reads lines of data from a byte stream stored in a text file in a particular encoding. By default, it supports UTF-8 encoding for character input.
Rating:
Was this information helpful?
Other articles
- How to add a reference to a .NET Framework component in a project?
- How to raise an event?
- How to read text from a file?
- What are the differences between the IComparer and IEqualityComparer interfaces?
- How to view the white spaces in code?