Be Different with excellent knowledge A Devloper Blog....
Read Entire File ...
using System; namespace PlayingAround { class ReadAll { public static void Main(string[] args) {
string contents = System.IO.File.ReadAllText(@"C:\t1"); Console.Out.WriteLine("contents = " + contents); } } }
Your comment is pending for approval
AngularJS What is AngularJS · Framework by googl...
No comments:
Post a Comment
Your comment is pending for approval