Method OCIContains
OCIContains(String, String)
Returns true if value
contains the substring specified by searchValue
, ignoring the case of both strings and using an ordinal comparison.
Declaration
public static bool OCIContains(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 |