Click or drag to resize
StringStartsWith Method
Overload List
  NameDescription
Public methodStartsWith(String)
Determines whether the beginning of this string instance matches the specified string.
Public methodStartsWith(String, StringComparison)
Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option.
Public methodStartsWith(String, Boolean, CultureInfo)
Determines whether the beginning of this string instance matches the specified string when compared using the specified culture.
Top
See Also