Converts hexadecimal numbers to their decimal equivalents.
Hexadecimal (base 16) is a positional numeral system that uses 16 distinct symbols: 0–9 to represent values 0 to 9, and A–F (or a–f) to represent values 10 to 15. It is widely used in computer science and digital electronics because it provides a human-friendly representation of binary-coded values.