Reading an integer from user input January 23, 2023 by Tarik You can convert the string to integer using Convert.ToInt32() function int intTemp = Convert.ToInt32(Console.ReadLine());