Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 1 rated this helpful - Rate this topic

String.StartsWith Method

Determines whether the beginning of an instance of String matches a specified string.

Name Description
String.StartsWith (String) Determines whether the beginning of this instance matches the specified string.

Supported by the .NET Compact Framework.

String.StartsWith (String, StringComparison) Determines whether the beginning of this string matches the specified string when compared using the specified comparison option.

Supported by the .NET Compact Framework.

String.StartsWith (String, Boolean, CultureInfo) Determines whether the beginning of this string matches the specified string when compared using the specified culture.
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.