Skip to content

decode

function decode(column, charset): Column;

Defined in: functions/string.ts:195

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

ParameterType
columnColOrName
charsetstring

Column