Loading TOC...

xdmp.octalToInteger

xdmp.octalToInteger(
   octal as String
) as Number

Summary

Parses an octal string, returning an integer.

Parameters
octal The octal string.

Example

xdmp.octalToInteger("12345670");
=> 2739128

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