fcf.decodeBase64() function
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Decodes a string from base64 format
Arguments
- Original base64 string
Result
- Result string
Example: Function application
console.log(fcf.decodeBase64("VGVzdCBzdHJpbmc="));
Output:
Test string