apoc.text.hexCharAtFunction
| Syntax | 
 | ||
| Description | Returns the hexadecimal value of the given  | ||
| Arguments | Name | Type | Description | 
| 
 | 
 | The string from which to take a character and convert it into a hexadecimal value represented as a string | |
| 
 | 
 | The index of the character in the given string to convert. | |
| Returns | 
 | ||