Why isn’t String.Empty a constant?

In .NET why is String.Empty read only instead of a constant? I’m just wondering if anyone knows what the reasoning was behind that decision.

4 Answers
4

Leave a Comment