A RESTful browser for eXist Function Modules


http://exist-db.org/xquery/util
A module for various utility extension functions.

util:base64-decode($string as xs:string?) xs:string?
Decode the given Base64 encoded string back to clear text
$stringThe Base64 string to be decoded

Returns the decoded output
Return to list of all modules