Can you please help me with this: I want to build a method in C# which will order a lot of files by the following rule every line contains strings and the last character in every line is an int. I want to order the lines in the file by this last character, the int.
Thanks