Binary digit grouping class -- just a container for static functions.
Formats a number to a string, with binary prefix (K, M, T, etc) every 10 bits.
See Implementation
Binary digit grouping class -- just a container for static functions.