[]
        
(Showing Draft Content)

FarPoint.Win.StringSearch.Find

Find Method

Find(string, int)

Searches the value string, starting at a specified index, for a character sequence that matches the provided pattern.

Declaration
public bool Find(string value, int startIndex)
Public Function Find(value As String, startIndex As Integer) As Boolean
Parameters
Type Name Description
string value
int startIndex
Returns
Type Description
bool

true if found;otherwise false