Convert bytes to just the right units(KB, MB, GB, TB, PB, EB, ZB, YB).
Bytes.
Number of decimal places to display. Default is 0.
Returns a value with units.
{{!-- results in: 1 KB --}}{{formatBytes 1024}}{{!-- results in: 1.21 KB --}}{{formatBytes 1234 2}}{{!-- results in: 1.205 KB --}}{{formatBytes 1234 3}}{{!-- results in: 0 Bytes --}}{{formatBytes 0}} Copy
{{!-- results in: 1 KB --}}{{formatBytes 1024}}{{!-- results in: 1.21 KB --}}{{formatBytes 1234 2}}{{!-- results in: 1.205 KB --}}{{formatBytes 1234 3}}{{!-- results in: 0 Bytes --}}{{formatBytes 0}}
Convert bytes to just the right units(KB, MB, GB, TB, PB, EB, ZB, YB).