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