1
Answer

How to open and read the text file line by line in c# winforms?

Photo of Rohan Ramani

Rohan Ramani

4y
540
1
Hello All,
I have a text file and I need to perform the operation by reading the file line by line.
I am using winforms. So how to open file and read the file line by line?

Answers (1)