c#—string相关方法,日用而不知的细节

  • string.IsNullOrWhiteSpace(),这个方法可以过滤功能符号,比如说换行符,回车符号。
  • “aaa”.Contains(string.Empty),返回True

你可能感兴趣的:(实践“出”坑,C#基础,c#)