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