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?
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?