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.
↧
Answer by RolandK for What is the difference between String and string in C#?
↧