Possible Duplicate:
What is the difference between String.Empty and “”
Why it is recommended to use string.Empty
instead of ""
? From one side, I understand, that it makes code clearer, without "Magic constants". Is there any another technical benefits of using string.Empty
?
Thanks.