Humanizer
Humanizer copied to clipboard
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
I feel like there should be a number of Humanizer WPF converters that can be used on bindings and such. I can't seem to find such a package. Does one...
## Feature request Would love it if there was a way of removing extra spacing in strings, for example (with * representing space): `Bob**Smith` => `Bob Smith` (Two spaces between...
I am using Ordinalize method to convert int/string to ordinal string. It works fine in local development environment which runs in windows OS and returns the output as below: 1.Ordinalize()...
Hello guys. First I want to thank you for this amazing library. Second I noticed that after using it, I see a lot of `Humanizer.resource` dll files in a lot...
info : Adding PackageReference for package 'Humanizer' into project 'C:\Users\DotNetDependencies\DotNetDependencies.csproj'. info : Restoring packages for C:\Users\DotNetDependencies\DotNetDependencies.csproj... error: NU1100: Unable to resolve 'Humanizer (>= 2.11.10)' for 'net5.0'. error: Package 'Humanizer' is...
Related to #647. I'm hitting the issue on a Xamarin.iOS / Xamarin.Android app that only has the `Humanizer.Core` package installed. It is crashing for a user whose locale is sk_SK....
I've noticed NumberToWords is missing the converter for danish...
Hi, Just got the following error reported from a user. Unfortunately am not sure exactly which locale it is, but the user is Polish: `System.ArgumentException: The resource object with key...
Hi, I get this error: ``` Nov 10 00:07:15 hypeproxy hypeproxy[15951]: System.ArgumentException: The resource object with key 'DateHumanize_MultipleMonthsAgo' was not found Nov 10 00:07:15 hypeproxy hypeproxy[15951]: Parameter name: resourceKey Nov...
I'm using Rider IDE on macOS, but I can't build Humanizer.csproj. Maybe csproj configs or project's dependencies have problems. How do I can run it? I don't have any .NetFramework...