| IStorageServiceHandlerWriteAllLinesAsync Method |
| Name | Description | |
|---|---|---|
| WriteAllLinesAsync(String, IEnumerableString) |
Creates a new file, writes a collection of strings to the file, and then closes the file.
| |
| WriteAllLinesAsync(String, IEnumerableString, Encoding) |
Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
|