convert string to int and read it

Code Example - convert string to int and read it

                
                        int intTemp = Convert.ToInt32(Console.ReadLine());