This example converts a number in hexadecimal notation (e.g. FF) to decimal (e.g. 255).
This example converts a number in decimal notation (e.g. 255) to hexadecimal (e.g. FF).