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