Hello,
Anyone know how to use the ReadXml method of a Dataset to read an actual String variable instead of a stream to a file. I have XML data stored in a String variable, and would like the Dataset to read the contents of that variable to place into a Datatable. Should I be creating a steream to a string variable, and pass that stream to the ReadXml method? If this is the case, how would I create a streamreader to a String variable? Any help would be greatly appreciated, as I have spent quite a bit of time trying to overcome this problem.
Thanks,
Mike.
Anyone know how to use the ReadXml method of a Dataset to read an actual String variable instead of a stream to a file. I have XML data stored in a String variable, and would like the Dataset to read the contents of that variable to place into a Datatable. Should I be creating a steream to a string variable, and pass that stream to the ReadXml method? If this is the case, how would I create a streamreader to a String variable? Any help would be greatly appreciated, as I have spent quite a bit of time trying to overcome this problem.
Thanks,
Mike.