This code:


uint x = 5;
int y = (int)x;
Console.WriteLine("The value of int y is {0}",y.ToString());

produces this output: