unhex
function unhex(column): Column;Defined in: functions/math.ts:166
Inverse of hex. Interprets each pair of characters as a hexadecimal number and converts to the byte representation.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |