
xdmp:base64-encode( $plaintext as xs:string ) as xs:string
Converts plaintext into base64-encoded string.
| Parameters | |
|---|---|
| plaintext | Plaintext to be encoded. |
xdmp:base64-encode("slings and arrows of outrageous fortune")
=> c2xpbmdzIGFuZCBhcnJvd3Mgb2Ygb3V0cmFnZW91cyBmb3J0dW5l
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.