Possible Duplicate:
What is the difference between String.Empty and “” (empty string)?
In C#, should I use string.Empty or String.Empty or “”?
What is the difference between string:
str = "";
and
str = String.Empty;
?
Possible Duplicate:
What is the difference between String.Empty and “” (empty string)?
In C#, should I use string.Empty or String.Empty or “”?
What is the difference between string:
str = "";
and
str = String.Empty;
?