
xdmp.base64Decode( encoded as String ) as String
Converts base64-encoded string to plaintext.
| Parameters | |
|---|---|
| encoded | Encoded text to be decoded. |
xdmp.base64Decode(
"c2xpbmdzIGFuZCBhcnJvd3Mgb2Ygb3V0cmFnZW91cyBmb3J0dW5l");
=> slings and arrows of outrageous fortune
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.