Unable to Read an XML file into a data set when XML files containg data in French

Posted by Ananth on Stack Overflow See other posts from Stack Overflow or by Ananth
Published on 2010-03-17T16:01:58Z Indexed on 2010/03/17 22:21 UTC
Read the original article Hit count: 321

Filed under:
|
|

I am trying to read an XML file into a data set using dataset.ReadXml(fileName, XmlReadMode.IgnoreSchema). XML contains data formatted in French eg 231,23 ie '.' in US is replaced by ',' in French. I get an exception Input string was not in a correct format.Can any one help me ?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about dataset