Skip to content

unhex

function unhex(column): Column;

Defined in: functions/math.ts:169

Inverse of hex. Interprets each pair of characters as a hexadecimal number and converts to the byte representation.

Parameter Type
column ColOrName

Column