0 out of 3 rated this helpful - Rate this topic

Strings.InStr Method

Returns an integer specifying the start position of the first occurrence of one string within another.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.