Changes

Jump to navigation Jump to search
389 bytes added ,  23:38, 12 June 2016
==convert:binary-to-string==
 
{{Mark|Updated with Version 8.5}}: <code>$fallback</code> argument added.
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|convert:binary-to-string|$bytes as xs:anyAtomicType|xs:string}}<br/>{{Func|convert:binary-to-string|$bytes as xs:anyAtomicType, $encoding as xs:string|xs:string}}<br/>{{Func|convert:binary-to-string|$bytes as xs:anyAtomicType, $encoding as xs:string, $fallback as xs:boolean|xs:string}}
|-
| '''Summary'''
|Converts the specifed binary data (xs:base64Binary, xs:hexBinary) to a string.<br/>The UTF-8 default encoding can be overwritten with the optional {{Code|$encoding}} argument. By default, invalid characters will be rejected. If {{Code|$fallback}} is set to true, these characters will be replaced with the Unicode replacement character <code>FFFD</code> (&#xFFFD;).
|-
| '''Errors'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu