I wanted to know how to represent a whitespace character in C#. I found the empty string representation string.Empty. Is there anything like that that represent
string.Empty
Which whitespace character? The most common is the normal space, which is between each word in my sentences. This is just " ".
" "