Changes

Jump to navigation Jump to search
432 bytes added ,  17:48, 24 August 2017
* <code>convert:binary-to-bytes(xs:base64Binary('QmFzZVggaXMgY29vbA=='))</code> yields the sequence {{Code|(66, 97, 115, 101, 88, 32, 105, 115, 32, 99, 111, 111, 108)}}.
* {{Code|convert:binary-to-bytes(xs:hexBinary("4261736558"))}} yields the sequence {{Code|(66 97 115 101 88)}}.
|}
 
==convert:binary-to-bytes==
 
{{Mark|Introduced with Version 8.7}}:
 
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|convert:binary-to-integer|$bin as xs:anyAtomicType|xs:integer*}}
|-
| '''Summary'''
|Returns the specified binary data (xs:base64Binary, xs:hexBinary) as a sequence of unsigned integers (octets).
|-
| '''Examples'''
|
* <code>convert:binary-to-integer(xs:hexBinary('FF'))</code> yields {{Code|255}}.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu