Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int decVal = Convert.ToInt32(myHexValue, 16);
var hex = GetHex();
Console.WriteLine("hex is: {0}", hex.GetType().Name);
var dec = Convert.ToDecimal(hex);
Console.WriteLine("hex decimal value is {0}", dec);