How to correctly represent a whitespace character

后端 未结 6 1392
醉酒成梦
醉酒成梦 2020-12-15 16:31

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

6条回答
  •  天命终不由人
    2020-12-15 17:01

    Which whitespace character? The most common is the normal space, which is between each word in my sentences. This is just " ".

提交回复
热议问题