=>Difference between these two( "" & String.Empty)

Dec 24 2014 7:12 AM
 
=>In the past I always used "" everywhere for empty string in my code
without a problem.

=>Now, do you think I should use String.Empty instead of "" (at all
times) ?

            =>Which do you find easier to read & why? 

Answers (1)