Loading TOC...

xdmp:octal-to-integer

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

Summary

Parses an octal string, returning an integer.

Parameters
octal The octal string.

Example

xdmp:octal-to-integer("12345670")
=> 2739128

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