¡@

Home 

c# Programming Glossary: line_to_delete

Delete specific line from a text file?

http://stackoverflow.com/questions/1245243/delete-specific-line-from-a-text-file

based on the content of the line string line null string line_to_delete the line i want to delete using StreamReader reader new StreamReader.. while line reader.ReadLine null if String.Compare line line_to_delete 0 continue writer.WriteLine line Or if it is based on line.. on line number string line null int line_number 0 int line_to_delete 12 using StreamReader reader new StreamReader C input using..