array to lowercase c# code example Example: C# tolower all in a array MyArray = MyArray.Select(s => s.ToLowerInvariant()).ToArray();