IFile.

ReadAllText() Method

Summary

Reads all text from the file.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

string ReadAllText()

Return Value

Type Description
string All text in the file.
GitHub