c# counting lines

90

c# counting lines -

var lineCount = File.ReadLines(@"C:\file.txt").Count();

Comments

Submit
0 Comments