Overload | Description |
---|---|
WriteAllTextAsync(String) | Writes the given text to the file using the UTF-8 encoding. No byte order mark (BOM) is written. |
WriteAllTextAsync(String,NEncoding,Boolean) | Writes the given text to the file using the specified encoding. Optionally writes a byte order mark (BOM). |