b64Decode

Type: function
Alias for EncodingHelper.b64Decode (see its entry for details) with UTF-8 provided as the default encoding.

Body

function(input){ return EncodingHelper.b64Decode(input,'UTF-8'); }

Classpath

Children