Humanizr / Humanizer

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Other
8.53k stars 949 forks source link

toMetric() enhancements #1425

Open jsneedles opened 4 months ago

jsneedles commented 4 months ago

Hi!

Love this library, especially the ease of turning numbers like 123122 into 123 k

But two major improvements would be greatly appreciated:

1) .toMetric() for long 2) ability to customize the suffix it uses. For example - I am often expressing non-computery things, so a B for billions makes more sense than a G for giga.

Thanks!