Skip to content

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.

ParameterType
columnColOrName

Column