I am using humanizr.net in a .NET project to format dates and it works really well.
Now I want to format large numbers to short - readable ones like this: 1234 -> 1.2K 50,323 -> 50.3K Just like Facebook like counts...
Is there a way to do that using Humanizer?
Try something like this: