
MarkLogic Server 11.0 Product Documentation
xdmp.integerToHexxdmp.integerToHex(
val as Number
) as String
Summary
Returns a hexadecimal representation of an integer.
| Parameters |
| val |
The integer value.
|
Example
xdmp.integerToHex(1234567890);
=> "499602d2"
Copyright © 2025 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.