hexdec Hexadecimal to decimal &reftitle.description; numberhexdec stringhex_string Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec converts a hexadecimal string to a decimal number. hexdec will ignore any non-hexadecimal characters it encounters. &reftitle.parameters; hex_string The hexadecimal string to convert &reftitle.returnvalues; The decimal representation of hex_string &reftitle.changelog; &Version; &Description; 4.1.0 The function can now convert values that are too big for the platforms integer type, it will return the value as float instead in that case. &reftitle.examples; <function>hexdec</function> example ]]> &reftitle.seealso; dechex bindec octdec base_convert