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