Overload List
| Name | Description | |
|---|---|---|
| WriteAllLines(String, IEnumerable String ) |
Creates a new file, writes a collection of strings to the file, and then closes the file.
| |
| WriteAllLines(String, String ) |
Creates a new file, write the specified string array to the file, and then closes the file.
| |
| WriteAllLines(String, IEnumerable String , Encoding) |
Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.
| |
| WriteAllLines(String, String , Encoding) |
Creates a new file, writes the specified string array to the file by using the specified encoding, and then closes the file.
|
See Also