ReadAllLines returns an array of strings. Each string contains a single line of the file.
ReadAllText returns a single string containing all the lines of the file.
ReadAllLines returns an array of strings. Each string contains a single line of the file.
ReadAllText returns a single string containing all the lines of the file.