FunctionshexToIntOn this pagehexToInt Converts a hexadecimal string to an integer. Parameters ParameterTypeOptionalDefaultDescriptionhexstringfalseThe hexadecimal string to convert. Returns number Example hexToInt("ffffff"); // 16777215hexToInt("#ffffff"); // 16777215