Hello All,
In C#, Is it possible to read the desired string from a given text file ?
Sample content: aaaaaaaaaaaaaabbbbbcccccc dddddddddeeeeeeeeefffffff gggghhhhhhhhiiiijjjjjjjkk lllmmmmmmmmmmmnnnnnnnnnnn ooooooooooopppppppppppppp
Now I have to read ffffff and iiiiiii and lllll and so on.... Thanks in advance...