- Categories:
H3_INT_TO_STRING¶
Converts the INTEGER value of an H3 cell ID to hexadecimal format.
- See also:
Syntax¶
Arguments¶
cell_idAn INTEGER value that represents the cell ID (index (https://h3geo.org/docs/core-library/h3Indexing)).
Returns¶
Returns the H3 cell ID in hexadecimal format.
Examples¶
The following example converts the INTEGER value of an H3 cell ID to hexadecimal format.