content/flux/v0/stdlib/contrib/bonitoo-io/hex/uint.md
hex.uint() converts a hexadecimal string to an unsigned integer.
(v: string) => uint
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) String to convert.
import "contrib/bonitoo-io/hex"
hex.uint(v: "4d2")// Returns 1234