J
John B.
Hi there,
I'm making a call to "DataSet.WriteXml(string fileName)" and the call is
converting all occurrences of "\r\n" to "\n" in the resulting file (for
string columns in each of my tables). Is there a way to write the "\r\n"
combination as-is or otherwise convert the "\n" back to "\r\n" automatically
when I later read it back in via "DataSet.ReadXml()"? Thanks very much.
I'm making a call to "DataSet.WriteXml(string fileName)" and the call is
converting all occurrences of "\r\n" to "\n" in the resulting file (for
string columns in each of my tables). Is there a way to write the "\r\n"
combination as-is or otherwise convert the "\n" back to "\r\n" automatically
when I later read it back in via "DataSet.ReadXml()"? Thanks very much.