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