apoc.text.code Details Syntax apoc.text.code(codepoint) Description Converts the INTEGER value into a STRING. Arguments Name Type Description codepoint INTEGER An integer to be converted into a character. Returns STRING Usage Examples RETURN apoc.text.code(102) AS output; Results output "f" apoc.text.clean apoc.text.compareCleaned