hex (x)

The function hex (x) converts the number x to a hexadecimal representation of x. x should be a number without thousand separators or decimal indicator (no real numbers).

This function returns a value of type Text.

Example
hex ("15")	

Result: "f"