Method Contains
Contains(String, Int32, Int32, String[])
Determines whether value
contains any of the criteria starting at index start
and
matching up to length length
.
Declaration
protected static bool Contains(string value, int start, int length, params string[] criteria)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | |
System.Int32 | start | |
System.Int32 | length | |
System.String[] | criteria |
Returns
Type | Description |
---|---|
System.Boolean |