This function will return the size of a message in the "appropriate" unit.
Parameter
Byte is the size of a message in bytes.
Return value
String.
Examples
ByteToText(1000) - Returns 1000 bytes.ByteToText(251561) - Returns 245 KB.ByteToText(25454464) - Returns 24 MB.