Monday, July 7, 2014

Writting the output file into the text file

To write the output of the retrieved web data in to the text format, use the below code:

Here the output is 'result'

System.IO.File.WriteAllText(@"D:\MobileApp_Distimo\MobileApp_Downloads.txt", result);

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.