Hi all
I am new to C#.
I would like to know some details about File.IO, like
what are the purpose of StreamRead,StreamWriter,StringReader,StringWriter,binaryReader and binarywriter.
Thanks in advance
Prabha
Hi all
I am new to C#.
I would like to know some details about File.IO, like
what are the purpose of StreamRead,StreamWriter,StringReader,StringWriter,binaryReader and binarywriter.
Thanks in advance
Prabha
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ValentinPosted Jul 25, 2005, 10:13 AM
Ok ... if you wold try to do some coding in C# you will probably realize that you may
use those streams when working with files, network connections and so on.
Don't wast your time asking those kind of questions on forums, search MSDN for the right answers of simple stuff.
Happy coding !