PhilBayley
Well-known member
HI,
Does anyone know of a c# class or any other component to sort data within a text file. I need to sort on multiple values and even hex codes on occasion. I used to use a dll called psortnt.dll from www.rrsd.com but it doesnt like c# or managed c++ and I am having difficulties.
Hopefully someone can help.
PB
ps. typical data would be
00000|0002|003|92380498ksdjflk|
00005|9283|299|lkdwke|kejfls|
00001|8734|203|jklflkjslkdj|kjdflksj
and I would sort by characters 0-5 for instance
Does anyone know of a c# class or any other component to sort data within a text file. I need to sort on multiple values and even hex codes on occasion. I used to use a dll called psortnt.dll from www.rrsd.com but it doesnt like c# or managed c++ and I am having difficulties.
Hopefully someone can help.
PB
ps. typical data would be
00000|0002|003|92380498ksdjflk|
00005|9283|299|lkdwke|kejfls|
00001|8734|203|jklflkjslkdj|kjdflksj
and I would sort by characters 0-5 for instance