Top "Textreader" questions

Sharing violation IOException while reading and writing to file C#

Here is my code: public static TextWriter twLog = null; private int fileNo = 1; private string line = null; TextReader tr = new StreamReader("…

c# file-io textreader textwriter
In C#, how can I create a TextReader object from a string (without writing to disk)

I'm using A Fast CSV Reader to parse some pasted text into a webpage. The Fast CSV reader requires a …

c# csv csvhelper textreader
Redirecting a Stream to a Text Box in real-time

I have got an interesting dilemma where my application can run as a Console App or a Windows Forms App. …

c# winforms console textreader textwriter