FileConversionHelper.ToText Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
ToText(FileInfo, FileInfo)
Converts the contents of the input
file to text and writes it to the output
file.
If the file could not be converted to text the output file will not be created.
public static void ToText(this FileInfo input, FileInfo output)
Parameters
- input
- System.IO.FileInfo
- output
- System.IO.FileInfo