Difference between String and string

  • Thread starter Thread starter AAJ
  • Start date Start date
AAJ said:
does anyone know if the capital S make a difference?

Not really, string is a type defined for C# that is mapped to the .NET
framework System.String class.
 
It is the same,

Standard is every type written in dotNet starting with upercases, because of
legancy (or whatever you call that, this is what I have read) behaviour with
older C like languages C# uses in these cases as well the start with
lowercases.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top