Encodes the given ASCII value to base64 string representation

var Base64 = require("FuseJS/Base64");
console.log(Base64.encodeAscii("Hello, world!")); //LOG: SGVsbG8sIHdvcmxkIQ==

Location

Namespace
FuseJS
Package
FuseJS 2.9.1

Returns

String

Base64