# nats\_convert\_bytes

*Article Topics:* [*Smarty*](https://docs.toomuchmedia.com/getting-started/common-topics/smarty)*,* [*Customization*](https://docs.toomuchmedia.com/getting-started/common-topics/customization)

## 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](http://en.wikipedia.org/wiki/Binary_prefix#Traditional_binary_prefixes).
