File.ReadAllText Method
.NET Framework 4.5
Opens a text file, reads all lines of the file into a string, and then closes the file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadAllText(String) | Opens a text file, reads all lines of the file, and then closes the file. |
|
ReadAllText(String, Encoding) | Opens a file, reads all lines of the file with the specified encoding, and then closes the file. |