Strings.InStr Method
.NET Framework 2.0
Returns an integer specifying the start position of the first occurrence of one string within another.
Strings Members
Microsoft.VisualBasic Namespace
ArgumentException
Strings in Visual Basic
Introduction to Strings in Visual Basic
InStrRev Function (Visual Basic)
Option Compare Statement
StrComp Function (Visual Basic)
Programming Element Support Changes Summary
| Name | Description |
|---|---|
| Strings.InStr (String, String, CompareMethod) | Returns an integer specifying the start position of the first occurrence of one string within another. Supported by the .NET Compact Framework. |
| Strings.InStr (Int32, String, String, CompareMethod) | Returns an integer specifying the start position of the first occurrence of one string within another. Supported by the .NET Compact Framework. |
Reference
Strings ClassStrings Members
Microsoft.VisualBasic Namespace
ArgumentException
Other Resources
InStr Function (Visual Basic)Strings in Visual Basic
Introduction to Strings in Visual Basic
InStrRev Function (Visual Basic)
Option Compare Statement
StrComp Function (Visual Basic)
Programming Element Support Changes Summary