MarkLogic Server 11.0 Product Documentation
xdmp.hexToIntegerxdmp.hexToInteger(
hex as String
) as Number
Summary
Parses a hexadecimal string, returning an integer.
Parameters |
hex |
The hexadecimal string.
|
Example
xdmp.hexToInteger("1234567890abcdef");
=> 1311768467294899695
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.