Property MatchCase
MatchCase
Gets or sets a value indicating whether the search is case-sensitive. The default is false.
public bool MatchCase { get; set; }
Property Value
Remarks
Case-insensitive matching folds with ToUpperInvariant(), so a search finds the
same text in every culture — including tr-TR, where a culture-sensitive fold would stop
I matching i.