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?
That's a really great solution, lucky.
I needed this also, and have just modified your solution slightly so that I can also display in 'billions' as I was getting an Out of Range exception without it. Posting here in case anyone else needs for billions.