Summary
Gets the text content of the file.
- Namespace
- Cake
.Testing - Containing Type
- FakeFileExtensions
Syntax
public static string GetTextContent(this FakeFile file)
Parameters
Name | Type | Description |
---|---|---|
file | FakeFile | The file. |
Return Value
Type | Description |
---|---|
string | The text content of the file. |