Method SaveTo
SaveTo(string, string)
Saves the string to the specified file.
Declaration
public static void SaveTo(this string source, string path)
Parameters
Type | Name | Description |
---|---|---|
string | source | The string to be saved. |
string | path | The file path to save the string to. |