StringExtensions.

StartsWithIgnoreCase(string, string) Method

Summary

Case-insensitive String.StartsWith

Syntax

public static bool StartsWithIgnoreCase(this string source, string value)

Parameters

Name Type Description
source string the source string
value string the string to compare

Return Value

Type Description
bool true if string starts with the value to check