FCF 2.0 development in progress...
> > > >
[News] [Packages API] [Downloads] [Donate to the project] [Contacts]

fcf.decodeBase64() function

string fcf.decodeBase64(string a_base64String)

Package: fcf-framework-core

File: fcf-framework-core:fcf.js

Available from version: 2.0.2

Decodes a string from base64 format

Arguments

string a_base64String
- Original base64 string
Result
string
- Result string

Example: Function application

console.log(fcf.decodeBase64("VGVzdCBzdHJpbmc="));

Output:

Test string