C# code to read Text File into String Array

Amatya
Posted by Amatya under C# category on | Points: 40 | Views : 1440
C# code to read Text File into String Array

string[] dnf = File.ReadAllLines(@"d:\dnf.txt", Encoding.UTF8);


Thanks
Amatya

Comments or Responses

Login to post response