H
Herb Stevenson
Hello. I have a very large string reprentation of a number, for example
"1000001002003004005006007008009010". If I user Double.Parse, I get
something like 1.0000010020030041E+33 as my output. I need to do a mod 900
conversion on this long string value (i.e. loop thru the number consistently
dividing by 900). The exponential notation seems to be causing some
precision problems as I divide.
Is there a way to have the double represnted as the entire number?
Thank you
Herb
"1000001002003004005006007008009010". If I user Double.Parse, I get
something like 1.0000010020030041E+33 as my output. I need to do a mod 900
conversion on this long string value (i.e. loop thru the number consistently
dividing by 900). The exponential notation seems to be causing some
precision problems as I divide.
Is there a way to have the double represnted as the entire number?
Thank you
Herb