In C# Console, we use Console.ReadLine() to accept inputs, this method returns the input in System.String format by default.
My question, is there a way/any method to accept input from Console as it is, I mean, if I type Integer then I must get integer in my code without converting the input to String.