IFileSystem.ReadAllText method

namespace: Serenity   assemblySerenity.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