Number Conversion Function

Number Conversion Function

I need to convert a Hex string to decimal.  On doing a Google search for "Zoho hex to decimal" I found this function, apparently in Zoho Sheet:

DECIMAL
Returns a decimal number, given a text representation and its base radix.
Syntax
DECIMAL(text; radix)
Syntax Description
text is text representing a number with the base radix radix (an integer between 2 and 36).
Any leading spaces and tabs are ignored.
Letters, if any, may be upper or lower case.
If radix is 16 (hexadecimal system), any leading 0x, 0X, x or X is ignored, as is any trailing h or H.
If radix is 2 (binary system), any trailing b or B is ignored.




Is there an equivalent for Zoho Creator?

Thanks

peter