Nats convert bytes (NATS3)
From TMM Wiki
Jump to navigationJump to searchnats_convert_bytes
Converts a byte count into a human readable format. For example: "1234567890" (bytes) becomes "1.15 GB".
Alias: convert_bytes
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Example |
---|---|---|---|
bytes | The byte count. | Any positive number or the number zero. (Default is bytes="0".) | bytes="1234567890" |
Output
The number of bytes in one of the following formats: bytes, kb, MB, GB, or TB.
Notes
nats_convert_bytes automatically chooses the most convenient size.
See Also
- Wikipedia's list of binary prefixes.
- convert_bytes -- This function in NATS4.