We use XmlSerializer to serialize object into xml file. The input data's that is passed by object into xml file is in simple form, for ex, 9.3nA and 80 pA but they are displayed in its scientific notation as 9.3E-09 and 8E-11 respectively. I want them to be displayed in its simple form and not scientific notation. I have been trying to research on it but could not find a solution. Is there any way to accomplish this?
Any help will be appreciated!
Thanks!