Top 20 NuGet parse Packages

Metadata model, parsing, validation and reporting.
Provides a Parse generic extension method for string that converts string to T and no boxing occurs ``` C# // The following code does not occur boxing var a1 = "123".Parse<int>(); // a1 == 123 var a3 = "123".Parse<int?>(); // a3 == 123 ``` # Usage example ``` C# using System; using Sys...
FlatFile.FixedLength is fast-working open-source library for reading/writing fixed-length plain files
A port of HtmlAgilityPack to .NET Core
FlatFile.Delimited is fast-working open-source library for delimeted plain files such as cvs and etc.
Core library for FlatFile.[name].Attributes assemblies
NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
An extension to the jQuery Validation Plugin which makes it use Globalize for number and date parsing (enabling simple internationalized validation).
ByteScout Document Parser SDK for .NET, ASP.NET, ActiveX - parse data from PDF documents and images.
Contains various parser optimized for speed and no allocation. This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/dd241db3ee8b09aa5957fed0c346e7170cb38162
Fast and simple methods to get input from the console with messages, conversions and validations!
A C# library to extract tabular data from PDFs (port of camelot Python version using PdfPig). Contains OpenCvSharp4 for image processing used in the Lattice parser.
Core library for FlatFile assemblies
Jace.NET is a high performance calculation engine for the .NET platform that can dynamically parse, interprete and execute strings containing mathematical functions. Jace.NET is available for the various .NET flavors: .NET, .NET Core, WinRT, Xamarin.Android and Xamarin.IOS.
CSS Parser written in C#, based on Mozilla Firefox code. Supports parsing of all modern CSS expressions. Supports Quirks mode. Values are parsed into detailed structures. Detailed error logging. Debugging via SymbolSource.org.
A rich and extremely tolerant .NET RSS and ATOM feed parser.
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library ...
A service to parse user-agent strings in C#.
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string...
The ultimate dirty YouTube library. Parses public metadata on YouTube videos, lets you download them and much more. Does not require an API key and does not impose usage quotas.