Hi All
In this blog you will get to know some of the problems i have faced during my day to day work. and the solutiosn that i have used for those problems.
Monday, March 18, 2013
Read file content with File reader
using (StreamReader stream = File.OpenText(PathOfFile))
{
string fileContentsDatas = stream.ReadToEnd();
No comments:
Post a Comment