Method CIContains
CIContains(String, String)
Returns true if value contains the substring specified by searchValue, ignoring the case of both strings.
Declaration
public static bool CIContains(this string value, string searchValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The value to search in. |
| System.String | searchValue | The string to search for. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if |