Example (note the case):
string s = \"Hello world!\"; String s = \"Hello world!\";
What are
It's been covered above; however, you can't use string in reflection; you must use String.
string
String