0
I created a file where I store data row by row as morada|nome|telefone|nif
, that is, each variable saved in the file is divided by |
.
I remember there being a method of dividing this line into 4 to add to a dataGridView without using Substrings or Index... Is there any quicker way to be done?
For example, I want to add morada
to a column, nome
the other and etc...
And why not use
Substring()
? Want to do as?– Maniero