Info
| Version: | 1.0.1 |
| Author(s): | Skvorec |
| Last Update: | Tuesday, June 28, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/rembish/TextAtAnyCost |
| NuGet Url: | https://www.nuget.org/packages/TextAtAnyCost |
Install
Install-Package TextAtAnyCost
dotnet add package TextAtAnyCost
paket add TextAtAnyCost
TextAtAnyCost Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
example:
var text = new Doc().Parse("document.doc");
or
string text;
var isParsed = new Doc().TryParse(docBytes, out text);.