📜  c# 不区分大小写的 Contains(string) - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:11.047000             🧑  作者: Mango

代码示例1
// To test if the string paragraph contains the string word
culture.CompareInfo.IndexOf(paragraph, word, CompareOptions.IgnoreCase) >= 0