G
Guest
I have a text file with the following format (pipe delimited)
|column1=value|column2=value|column3=value|column4=value|...
|column1=value|column2=value|column3=value|column4=value|...
I have two questions.
1. Is this some new type of text file format and if so, what is the name of
it.
2. What functions can I use in .NET to read the key/value pairs into a
collection.
Thanks,
Ron
|column1=value|column2=value|column3=value|column4=value|...
|column1=value|column2=value|column3=value|column4=value|...
I have two questions.
1. Is this some new type of text file format and if so, what is the name of
it.
2. What functions can I use in .NET to read the key/value pairs into a
collection.
Thanks,
Ron