Is there a way using a string formatter to format Thousands, Millions, Billions to 123K, 123M, 123B without having to change code to divide value by Thousand, Million or Bi
I use this mix of formats in an Extension Method (just add it to your project and enjoy)