2
Reply

Question about string data

Ask a question
Maha

Maha

17y
2k
1

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


Answers (2)