In C#, I want to initialize a string value with an empty string.
How should I do this? What is the right way, and why?
string willi = string.Empty;
The compiler should make them all the same in the long run. Pick a standard so that your code will be easy to read, and stick with it.