C#: List. Contains Method – Case Insensitive .
Read moreIs there a Contains ignore case?
The StringUtils class contains a containsIgnoreCase() method that checks if a string is a substring of another in a case-insensitive manner.
Read moreC#: List. Contains Method – Case Insensitive .
Read moreThe StringUtils class contains a containsIgnoreCase() method that checks if a string is a substring of another in a case-insensitive manner.
Read more