IFileSystem.ReadAllText method
namespace: Serenity assembly: Serenity.Net.Core
Reads all text from a file
public string ReadAllText(string path, Encoding encoding = null)
| parameter | description |
|---|---|
| path | Path to the file |
| encoding | Optional encoding |
See Also
- interface IFileSystem