Loading TOC...

xdmp:integer-to-octal

xdmp:integer-to-octal(
   $val as xs:integer
) as xs:string

Summary

Returns an octal representation of an integer.

Parameters
val The integer value.

Example

xdmp:integer-to-octal(1234567890)
=> "11145401322"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.