Advertisement
In C#, what is the difference between String and string? (note the case)
Example:
string s = "Hello, World";
String S = "Hello, World";
What are the guidelines for the use of each? And what are the differences?
- asked 10 years ago
- B Butts
Your Answer