The complete extension method library to power your .NET projects. Provides smart extensions for strings, numeric values, math, file management, file paths, URLs, collections and more. Optimized for performance.
Provides base classes to automagically parse concrete types (and primitives) to/from a string. Custom types can easily be created to validate the given string against a regular expression, so you know the string is "correct".
.NET 4 framework core library of pure functions for string manipulation.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net4.Library.Strings/
Issues and bug tracker available at:
https://github.com/marcjohnston/byMarc.Net4.Library.Strings/issues...
More information
Simple strings Compares (measuring the difference between two sequences)
In this version allow:
- Levenshtein distance
- Tanimoto coefficient
- Hamming distance
StringComparison is a library developed for reconciling naming conventions
between different models of the electric grid.
I have stripped off the power system specific code and put together
what can effectively be used as a string extension for determining approximate...
More information
A portable class library for converting objects with customized attributes to positioned strings and vice-versa. Very useful to deal with integrations based on text files.
Helpfull extensions to System.Web.Mvc.HtmlHelper.
Method ListEditorFor creates an editor to add, remove and change elements in a list on the view model.