Example (note the case):
string s = \"Hello world!\"; String s = \"Hello world!\";
What are
string and String are identical in all ways (except the uppercase "S"). There are no performance implications either way.
string
String
Lowercase string is preferred in most projects due to the syntax highlighting