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!


Introducing InfluxDB 3.0

The new core of InfluxDB built with Rust and Apache Arrow. Available today in InfluxDB Cloud Dedicated.

Learn more

State of the InfluxDB Cloud Serverless documentation

The new documentation for InfluxDB Cloud Serverless is a work in progress. We are adding new information and content almost daily. Thank you for your patience!

If there is specific information you’re looking for, please submit a documentation issue.