c# list<string> read txt file code example Example: c# read text file to list string List<string> lines = System.IO.File.ReadLines(completePath).ToList();