How to find unicode value in the string at c#?

后端 未结 0 1722
北荒
北荒 2020-12-06 03:47

I want to the find unicode character in string. Code like this below.

string testValue = "test %10";
        foreach(var item in testValue.Split(\'          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题