Strings.InStr Method
Silverlight
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. |