IOHelperReadAllText(String) Method
Opens a text file, reads all lines of the file, and then closes the file.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string ReadAllText(
string path
)
- path String
- The file to open for reading.
StringA string containing all lines in the file.