G
Guest
Hey
I am running into this issue.
I have a Serializable Class that has a Double member.
I am using XmlSerializer to serilaize this object,
If the Double member is large (or very small) , the XmlSerializer is
converting this to its Scientific Notation (ie. 0.000000000001 -> '1E-12')
I dont want '1E-12' but instead I want 0.000000000001
Any suggestions?
Thanks
I am running into this issue.
I have a Serializable Class that has a Double member.
I am using XmlSerializer to serilaize this object,
If the Double member is large (or very small) , the XmlSerializer is
converting this to its Scientific Notation (ie. 0.000000000001 -> '1E-12')
I dont want '1E-12' but instead I want 0.000000000001
Any suggestions?
Thanks