Example (note the case):
string s = \"Hello world!\"; String s = \"Hello world!\";
What are
There is one difference - you can't use String without using System; beforehand.
String
using System;