dojox.encoding.ascii85.decode
dojo.require("dojox.encoding.ascii85");
defined in dojox/encoding/ascii85.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 |