string or String

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

class System.string and String are both listed in C# beta? could this is be
a bug?
 
String mystring;
and
string mystring;

....are both legal syntax in C# and always have been. These two lines
perform identically.
 

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