Example (pay attention to the upper case and lower case):
string s = "Hola mundo!";
String S = "Hola mundo!";
What is the correct use of each line? What are the differences?
Basically I would like to know if there are differences in implementation and in which case it would be worthwhile to use one.