Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 330 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 330 Bytes

TextFileConvert

This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".

I needed the capability to perform Unix text file conversions, round trip, within a .NET project without being dependant upon external binaries. I couldn't find anything like that on NuGet so I wrote my own.