1.3 KiB
1.3 KiB
title | description | menu | weight | cascade | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hex package | The `hex` package provides functions that perform hexadecimal conversion of `int`, `uint` or `bytes` values to and from `string` values. |
|
31 |
|
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:
import "contrib/bonitoo-io/hex"
Functions
{{< children type="functions" show="pages" >}}