IFileSystem.

WriteAllText(string, string, Encoding) Method

Namespace
GitVersion
Containing Type
IFileSystem

Syntax

void WriteAllText(string file, string fileContents, Encoding encoding)

Parameters

Name Type Description
file string
fileContents string
encoding Encoding

Return Value

Type Description
void
GitHub