Method ContainsCaseInsensitive
ContainsCaseInsensitive(string, string)
Determines whether a string contains a specified value, ignoring case.
public static bool ContainsCaseInsensitive(this string text, string value)
Parameters
Returns
- bool
true
if the string contains the specified value; otherwise,false
.