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

ADD
© 2013 Microsoft. All rights reserved.