DRAFTThis page is not published. Only visible in development mode.
blob module

blob::hex

Encode or decode a blob using hexadecimal encoding.

Syntax

RQL

Parameters

NameTypeDescription
valueBlob / Utf8The blob to encode or string to decode

Return Value

A hex-encoded string when given a blob, or a blob when given a hex string.

Examples

$ Decode a hex string
$ ctrl+enter to run

Related Functions