Unable to Save all the elements of a List to a text file
I am trying to save all the contents of a List into a text file but I am unable to do . Below is the code that I have tried // here is my list type List<string> list2 = new List<string>(); //code below for saving the contents of the list into text file string file… Read More Unable to Save all the elements of a List to a text file