.NET library that contains extension methods and helper classes for character-based data types.
$ dotnet add package FolkerKinzel.StringsProject Reference and Release Notes
Very high code coverage of the unit tests (100% line and branch) and the consistent avoidance of unsafe code blocks are main design principles of this library.
Int32 hashcodes for identical Char sequences each time the program runs. These hashcodes are a slim alternative to larger hash algorithms, which is suitable for hashing short strings that are not used in a security-critical context.FolkerKinzel.Strings namespace and enjoy a lot more functionality for character-based .NET types.