忽略大小写的字符串包含测试

快速记录一下:

System.Threading.Thread.CurrentThread.CurrentCulture.CompareInfo.IndexOf(stringA, stringB, System.Globalization.CompareOptions.IgnoreCase) >= 0

 

你可能感兴趣的:(忽略大小写的字符串包含测试)