|

Format


(number) The format to return. The following constants are defined:



CONSTANT


VALUE DESCRIPTION


FMTSIZE_AUTOMATIC


1


Automatically choose the best format based on the size.


FMTSIZE_BYTES


2


Format the value in bytes.


FMTSIZE_KB


3


Format the value in Kilobytes.


FMTSIZE_MB


4


Format the value in Megabytes.


FMTSIZE_GB


5


Format the value in Gigabytes.


|