Hi masters,
I have some doubts on C#.
How to modify the text file using c# code(Using File.ReadAllLines)
The columns length is 1,21,51,81,131,141
How to acheive below snap using C#

Hi masters,
I have some doubts on C#.
How to modify the text file using c# code(Using File.ReadAllLines)
The columns length is 1,21,51,81,131,141
How to acheive below snap using C#

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jithu ThomasPosted Jul 24, 2024, 9:06 AM
Dear
Try this,
RajaduraiPosted Jul 24, 2024, 9:46 AM
Hi Jithu,
Its Working thank you