In C# what is the difference between the upper and lower case String/string?

c#, difference, string

Solution

String uses a few more pixels than string. So, in a dark room, it will cast a bit more light, if your code is going to be read with light-on-dark fonts. Deciding on which to use can be tricky - it depends on the price of lighting pixels, and whether your readership wants to cast more light or less. But c# gives you the choice, which is why it is all-around the best language.

Problem

Newbie here, in C# what is the difference between the upper and lower case String/string?

Original source

Related problems