eyeballfrog
0
Q:

order by length descending C#

string[] l_Data = { "1", "22", "333" };
l_Data = l_Data.OrderByDescending(x => x.Length).ToArray();
Console.WriteLine(l_Data);
0

New to Communities?

Join the community