What is the difference between String.Empty and “” (empty string)?

In .NET, what is the difference between String.Empty and "", and are they interchangable, or is there some underlying reference or Localization issues around equality that String.Empty will ensure are not a problem?

18 Answers
18

Leave a Comment