Answers for "Ignore case string linq c#"

C#
0

Ignore case string linq c#

mySource.Where(s => String.Equals(s, "Foo", StringComparison.CurrentCultureIgnoreCase));
Posted by: Guest on April-22-2022

C# Answers by Framework

Browse Popular Code Answers by Language