dojox.encoding.easy64.decode
dojo.require("dojox.encoding.easy64");
defined in dojox/encoding/easy64.js
decodes the input string back to array of numbers
Usage
function (/*String*/ input) (view source)
parameter | type | description |
---|---|---|
input | String | the input string to decode |