
xdmp.octalToInteger( octal as String ) as Number
Parses an octal string, returning an integer.
| Parameters | |
|---|---|
| octal | The octal string. |
xdmp.octalToInteger("12345670");
=> 2739128
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.