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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
charset |
string |