Decodes the given base64 value to an UTF8 string representation

var Base64 = require("FuseJS/Base64");
console.log(Base64.encodeUtf8("Rm9vIMKpIGJhcg==")); //LOG: Foo © bar

Location

Namespace
FuseJS
Package
FuseJS 2.9.1

Returns

String

Utf8