MarkLogic Server 11.0 Product Documentation
xdmp.octalToIntegerxdmp.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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.