Maha

Maha

  • NA
  • 0
  • 312k

Question about string data

Aug 31 2007 2:05 PM

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)