I am a long time programmer, over 30 years, but new to C# code. I need to know how to sort a text file. The file has a record length of 350 characters. I need a major sort on positions 321 - 330 and a minor sort on positions 1 - 2. Thanks for any help!
This sort will be used as a pipeline component in a BizTalk project.