0

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;

?

Community
  • 1
  • 1

0 Answers0