StringStartsWith Method |
Name | Description | |
---|---|---|
![]() | StartsWith(String) | Determines whether the beginning of this string instance matches the specified string. |
![]() | StartsWith(String, StringComparison) | Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option. |
![]() | StartsWith(String, Boolean, CultureInfo) | Determines whether the beginning of this string instance matches the specified string when compared using the specified culture. |