C# string.Empty vs “”
June 29th, 2009
3 comments
As we know we have two ways to set a variable value to an empty string.
We can just set it to empty quotes “” or set it to string.Empty, but what is the difference and is there one at all ?
Categories: ASP.NET, C#, Interview Questions, Optimization, Programming, Tips & Tricks


Recent Comments