Hi,
I have this datatable and one of the columns is byte[] to store image. I use writeXml function to write the datatable data into .txt file.
When i read back the .txt file to get the XML and put it in dataset (using readXML), that column's datatype becomes string. and how can i convert it back to byte[]?
Could somebody help me please? Thanks in advance for your help.
Regards,
-Lidya
I have this datatable and one of the columns is byte[] to store image. I use writeXml function to write the datatable data into .txt file.
When i read back the .txt file to get the XML and put it in dataset (using readXML), that column's datatype becomes string. and how can i convert it back to byte[]?
Could somebody help me please? Thanks in advance for your help.
Regards,
-Lidya