Skip to content

Commit 012bea3

Browse files
author
Enter Name
authored
First Draft
Basic explain with link to example code for usage.
1 parent ff05f7b commit 012bea3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)