FindByString |
Top Previous Next |
Searches the collection for the target string and returns the Field object containing that string. The string must be totally contained within the field to be considered a match. If the target string is not found, a null will be returned.
VB.NET
[Field =] Fields.FindByString(targetString As String, startPos As Position, length As Integer, dir As Integer, ignoreCase As Boolean)
C#
[Field =] Fields.FindByString(string targetString, Position startPos, int length, int dir, bool ignoreCase);
Parameters
|