Loading TOC...

MarkLogic 12 EA 1 Product Documentation
xdmp.integerToHex

xdmp.integerToHex(
   val as Number
) as String

Summary

Returns a hexadecimal representation of an integer.

Parameters
val The integer value.

Example

xdmp.integerToHex(1234567890);
=> "499602d2"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.