getSizeRepresentationInDecimal

This method returns a String with the representation of a size in decimal base (which is the standard when representing storage related values). It might be KB, MB, GB, etc.

Return

String with the size conveniently converted to display

Parameters

bytes

the size to be displayed, in bytes