martaxFunction formatSize()fun martax.formatSize(size: Int): StringFormat size for a given size (in bytes).Example:-- Returns "1 KB" martax.formatSize(1024)