apoc.text.hexValue Function APOC Core apoc.text.hexValue(value) - the hex value string of the given number Signature Copied!apoc.text.hexValue(value :: INTEGER?) :: (STRING?) Input parameters Name Type Default value INTEGER? null Usage Examples Copied!RETURN apoc.text.hexValue(10) AS output; Table 1. Results output "000A"