Encodes the given UTF8 value to a base64 string representation

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

Location

Namespace
FuseJS
Package
FuseJS 2.9.1

Returns

String

Base64