BytesFormatter extension
Extensions for int class.
- on
Properties
- gb → int
-
Available on int, provided by the BytesFormatter extension
Converts the integer to gigabytesno setter - kb → int
-
Available on int, provided by the BytesFormatter extension
Converts the integer to kilobytesno setter - mb → int
-
Available on int, provided by the BytesFormatter extension
Converts the integer to megabytesno setter
Methods
-
toBytes(
) → String -
Available on int, provided by the BytesFormatter extension
Converts the integer to a human readable bytes format.