Shuffle lines in a file in .NET

Posted by pragadheesh on Stack Overflow See other posts from Stack Overflow or by pragadheesh
Published on 2010-01-28T10:51:20Z Indexed on 2010/04/28 4:13 UTC
Read the original article Hit count: 385

Filed under:
|

Consider I have a file "new.txt" like,

asdfg
qwerty
zcx
poi

Now i need to shuffle the lines of this text file. How can i do this in C#.?

© Stack Overflow or respective owner

Related posts about c#

Related posts about files