We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff05f7b commit 012bea3Copy full SHA for 012bea3
1 file changed
README.md
@@ -0,0 +1,9 @@
1
+# TextFileConvert
2
+This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".
3
+
4
+I needed the capability to perform Unix text file conversions, round trip, within a VB.NET project without being dependant upon external binaries.
5
+I couldn't find anything like that on NuGet so I wrote my own. Some day I will publish it on NuGet for you.
6
7
+Included are two console apps that show the usage.
8
9
+SEE: https://github.com/A9G-Data-Droid/TextFileConvert/blob/master/dos2ux/dos2ux.vb
0 commit comments