Click here to Skip to main content
15,907,395 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,
Kindly help me with this.
My requirement is to write string data to a text file. What is the best method to do that.there are many ways to do it but i am not sure which one to use ? please help.
Posted

1 solution

You should use StreamWriter for writing text.

Check this.

http://msdn.microsoft.com/en-us/library/6ka1wd3w.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900