Community

FIX: DataSet.WriteXML outputs a decimal number as scientific notation and causes a System.FormatException exception in subsequent DataSet.ReadXML calls

When you use an XML document that contains an attribute or an element with a decimal value such as 0.00001, the schema marks that attribute or element as a decimal. If you use the DataSet.ReadXML method to read an XML file, and then you use the DataSet.WriteXML method to write the value back to the

Read More - Register for Free Membership