[]
Searches the value string, starting at a specified index, for a character sequence that matches the provided pattern.
public bool Find(string value, int startIndex)
Public Function Find(value As String, startIndex As Integer) As Boolean
Type | Name | Description |
---|---|---|
string | value | |
int | startIndex |
Type | Description |
---|---|
bool | true if found;otherwise false |