Formats a number to a string, with binary prefix (K, M, T, etc) every 10 bits.
number to be formatted
string in which to store the formatted number
string, describing the type of unit represented by the number, to be appended after each binary prefix
formatted string
See Implementation
Formats a number to a string, with binary prefix (K, M, T, etc) every 10 bits.