apoc.text.hexValue

Function APOC Core

apoc.text.hexValue(value) - the hex value string of the given number

Signature

apoc.text.hexValue(value :: INTEGER?) :: (STRING?)

Input parameters

Name Type Default

value

INTEGER?

null

Usage Examples

RETURN apoc.text.hexValue(10) AS output;
Table 1. Results
output

"000A"