-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from A9G-Data-Droid/csharp
Update readme
- Loading branch information
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
# 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 VB.NET project without being dependant upon external binaries. | ||
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. | ||
|
||
Included are two console apps that show the usage. | ||
|
||
SEE: https://github.com/A9G-Data-Droid/TextFileConvert/blob/master/dos2ux/dos2ux.vb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters