Parameters
- sourceString
- Source string (text of page) where text must be searched.
- startIndex
- The zero-based index, in the sourceString, from which text must be searched.
- length
- The number of characters, in the sourceString, to analyze.
- rightToLeft
- A value indicating whether the text should be searched from right to left.
Return Value
TextSearchResult object that contains information about searched text if text is found; otherwise, null.