Converts the number argument "bytes" into an appropriate text representation:
ByteToText( number );
Depending on the input, the following return values are used:
ByteToText(345555); // returns "337 KB" ByteToText(5942880); // returns "5 MB"