DescriptionReturns the numeric representation of the given hexadecimal stringAvailable InAppsAutomationsSyntaxHEX_TO_INT(hex: Text) => NumberExampleHEX_TO_INT('0xAB18') = '43800'