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.
String::StartsWith Method
.NET Framework (current version)
Determines whether the beginning of this string instance matches a specified string.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | StartsWith(String^) | Determines whether the beginning of this string instance matches the specified string. |
![]() | StartsWith(String^, Boolean, CultureInfo^) | Determines whether the beginning of this string instance matches the specified string when compared using the specified culture. |
![]() | StartsWith(String^, StringComparison) | Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option. |
Show:
