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);
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.