Overload | Description |
---|---|
ReadAllTextAsync() | Opens the file for reading, and reads the contents of this file as a string using UTF-8 text encoding. |
ReadAllTextAsync(NEncoding) | Opens the file for reading, and reads the contents of this file as a string using the specified text encoding. |