Declaration
public static bool StartsWithIgnoreCase(
this string haystack,
string value
)
Summary
Determines whether the beginning of this string instance matches the specified string using the ordinal
case-insensitive comparison (
StringComparison.OrdinalIgnoreCase).