2
Answers

String

If we want to read string from the key board input whether it is

Console.ReadLine() OR Convert.ToString(Console.ReadLine()) will give the same result. I wish to know whether my understanding is correct.

Answers (2)