BytesFormatter extension

Extensions for int class.

on

Properties

gb int

Available on int, provided by the BytesFormatter extension

Converts the integer to gigabytes
no setter
kb int

Available on int, provided by the BytesFormatter extension

Converts the integer to kilobytes
no setter
mb int

Available on int, provided by the BytesFormatter extension

Converts the integer to megabytes
no setter

Methods

toBytes() String

Available on int, provided by the BytesFormatter extension

Converts the integer to a human readable bytes format.