L
lucky
Hi guys,
i want to write some data in tabular format in text file. i've data in
strings and i want to write like this in file
col1 col2 col3
d1 d1 d1
d2 d2 d2
d3 d3 d3
the problem is, i dont know how can i maintain spaces between the
columns as i dont know which column will have what length of text.
in c++, i think u can do by adding padding to make sure the alignment
remains correctly but i dont know how can i do that in c#.
i would appriciate your help,
thanks
Lucky
i want to write some data in tabular format in text file. i've data in
strings and i want to write like this in file
col1 col2 col3
d1 d1 d1
d2 d2 d2
d3 d3 d3
the problem is, i dont know how can i maintain spaces between the
columns as i dont know which column will have what length of text.
in c++, i think u can do by adding padding to make sure the alignment
remains correctly but i dont know how can i do that in c#.
i would appriciate your help,
thanks
Lucky