Functiondojox.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)
parametertypedescription
inputStringthe input string to decode