Base64.decodeAscii(value) Method (JS)
Decodes the given base64 value to an ASCII string representation
var Base64 = require("FuseJS/Base64");
console.log(Base64.decodeAscii("SGVsbG8sIHdvcmxkIQ==")); //LOG: Hello, world!
Location
- Namespace
- FuseJS
- Package
- FuseJS 2.9.1
Returns
String
Ascii