Example (note the case):
string s = \"Hello world!\"; String s = \"Hello world!\";
What are
Against what seems to be common practice among other programmers, I prefer String over string, just to highlight the fact that String is a reference type, as Jon Skeet mentioned.
String
string