Base64.decodeLatin1(stringToDecode) Method (JS)
Decodes the given base64 Latin-1 encoded bytes to a string.
var Base64 = require("FuseJS/Base64");
// Prints "hello world"
console.log(Base64.decodeLatin1("aGVsbG8gd29ybGQ="));
Location
- Namespace
- FuseJS
- Package
- FuseJS 2.9.1
Returns
String
Decoded string