Changes

Jump to navigation Jump to search
8 bytes added ,  15:24, 9 March 2023
no edit summary
| width='120' | '''Signature'''
|<pre>convert:binary-to-string(
$bytes as xs:anyAtomicType, $encoding as xs:string := (),
$fallback as xs:boolean := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>convert:string-to-base64(
$string as xs:string,
$encoding as xs:string := ()
) as xs:base64Binary</pre>
| width='120' | '''Signature'''
|<pre>convert:string-to-hex(
$string as xs:string,
$encoding as xs:string := ()
) as xs:hexBinary</pre>
| width='120' | '''Signature'''
|<pre>convert:integer-to-base(
$number as xs:integer,
$base as xs:integer
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>convert:integer-from-base(
$string as xs:string,
$base as xs:integer
) as xs:integer</pre>
| width='120' | '''Signature'''
|<pre>convert:encode-key(
$key as xs:string,
$lax as xs:boolean := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>convert:decode-key(
$key as xs:string,
$lax as xs:boolean := ()
) as xs:string</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu