apoc.text.code

Function

apoc.text.code(codepoint INTEGER) - converts the INTEGER value into a STRING.

Signature

apoc.text.code(codepoint :: INTEGER) :: STRING

Input parameters

Name Type Default

codepoint

INTEGER

null

Usage Examples

RETURN apoc.text.code(102) AS output;
Table 1. Results
output

"f"