Documentation

hex.bytes() function

hex.bytes() is a user-contributed function maintained by the package author.

hex.bytes() converts a hexadecimal string to bytes.

Function type signature
(v: string) => bytes

For more information, see Function type signatures.

Parameters

v

(Required) String to convert.

Examples

Convert a hexadecimal string into bytes

import "contrib/bonitoo-io/hex"

hex.bytes(v: "FF5733")// Returns [255 87 51] (bytes)

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more