how to convert int to double c sharp code example Example: convert int to double c# int x = 420; double y = Convert.ToDouble(x);