--- title: hex package description: > The `hex` package provides functions that perform hexadecimal conversion of `int`, `uint` or `bytes` values to and from `string` values. menu: flux_v0_ref: name: hex parent: contrib/bonitoo-io identifier: contrib/bonitoo-io/hex weight: 31 cascade: introduced: 0.131.0 --- The `hex` package provides functions that perform hexadecimal conversion of `int`, `uint` or `bytes` values to and from `string` values. Import the `contrib/bonitoo-io/hex` package: ```js import "contrib/bonitoo-io/hex" ``` ## Functions {{< children type="functions" show="pages" >}}