format_format_bytes
Convert byte counts into human-readable formats like '1.2 MB' or '1.1 MiB' for clear data size representation in applications.
Instructions
[format] Format a byte count: 1234567 → '1.2 MB'. binary=true for KiB/MiB.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| decimals | No | ||
| binary | No |