Skip to content

decode

function decode(column, charset): Column;

Defined in: functions/string.ts:203

Computes the first argument into a binary from a string using the provided character set.

Parameter Type
column ColOrName
charset string

Column