<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/fn.codepointsToString.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>fn.codepointsToString</api:function-name><api:suggest>fn.codepointstostring</api:suggest><api:suggest>fn</api:suggest><api:suggest>codepointstostring</api:suggest><api:function-link mode="xquery" fullname="fn:codepoints-to-string">/apidoc/8.0/fn:codepoints-to-string.xml</api:function-link><api:function mode="javascript" name="codepointsToString" type="builtin" lib="fn" category="StringBuiltins" bucket="W3C-Standard Functions" hidden="false" prefix="fn" namespace="http://www.w3.org/2005/xpath-functions" fullname="fn.codepointsToString"><api:summary>
Creates an <code xmlns="http://www.w3.org/1999/xhtml">xs:string</code> from a sequence of Unicode code points.
Returns the zero-length string if $arg is the empty sequence.
If any of the code points in $arg is not a legal XML character,
an error is raised.
</api:summary><api:params><api:param name="arg" type="xs:integer*"><api:param-description>
A sequence of Unicode code points.
  </api:param-description><api:param-name>arg</api:param-name><api:param-type>Number[]</api:param-type></api:param></api:params><api:return>String</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
fn.codepointsToString(
  [104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100]);
=&gt; hello world
</pre>
</api:example></api:function></api:function-page>