C# String.Split(new[]…What does the slash character indicate?

后端 未结 0 669
既然无缘
既然无缘 2020-11-22 09:40

I ran into this line of c# code.

var fields = Text.Split(new[] { \'/\' }, StringSplitOptions.RemoveEmptyEntries);

My guess is that this means

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