Hi Guys
Question about string data
Data entered on the Console screen is declared as a string data, example is below. I wish to know whether it is appropriate to say that any type of data entered on the Console screen is realized as a string data by the computer. If not, please give an example.
string entryString;
entryString = Console.ReadLine();
Thank you