Hi Pros,
I used the SerializeAsXML method to parse the matrix to an XML. I also used the xsd.exe create a Matrix Class and deserialize the XML into a Matrix object (as Matrix Class). From there I can manipulate the data using the Matrix object (speed is very quick). After that, how can I return the manipulated data from the object back to the matrix on the form?
Thanks
Regards,
Chris