Strings.InStr Method
.NET Framework 3.5
Returns an integer specifying the start position of the first occurrence of one string within another.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
InStr(String, String, CompareMethod) | Returns an integer specifying the start position of the first occurrence of one string within another. |
|
InStr(Int32, String, String, CompareMethod) | Returns an integer specifying the start position of the first occurrence of one string within another. |
For more detailed information, see the Visual Basic topic InStr Function (Visual Basic).