Is there an elegant way to make whitespace string. To be more precise, I'm looking for solution similar to following:
For an empty string I could write
string emptyString = "";
but instead I use this far more discriptive way
string emptyString = string.Empty;