| Overload | Description |
|---|---|
| SaveToFileAsync(NFile) | Saves this XML document to the given file using the UTF-8 encoding. If the file already exists, it is overwritten. |
| SaveToFileAsync(NFile,NEncoding) | Saves this XML document to the given file using the specified encoding. |
| SaveToFileAsync(NFile,NEncoding,Boolean) | Saves this XML document to the given file using the specified encoding. |