This topic has not yet been rated - Rate this topic

Strings.InStr Method

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.

  NameDescription
Public method Static member Supported by the .NET Compact Framework InStr(String, String, CompareMethod) Returns an integer specifying the start position of the first occurrence of one string within another.
Public method Static member Supported by the .NET Compact Framework InStr(Int32, String, String, CompareMethod) Returns an integer specifying the start position of the first occurrence of one string within another.
Top

For more detailed information, see the Visual Basic topic InStr Function (Visual Basic).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.