how to escape a variable in c#

后端 未结 0 724

I hope the title is clear enough, but what I want is like this:

string hello = "0012";
string escapedHello = "\\u" + hello;
相关标签:
回答
  • 消灭零回复
提交回复
热议问题