G
Guest
Hi,
i need some help (this wan't work)
double outDoubleOrgJed;
string orgJed = "1.0000000E+00"
Double.TryParse(orgJed, System.Globalization.NumberStyles.Float , null, out
outDoubleOrgJed)
fails to create double !!
why?
i need some help (this wan't work)
double outDoubleOrgJed;
string orgJed = "1.0000000E+00"
Double.TryParse(orgJed, System.Globalization.NumberStyles.Float , null, out
outDoubleOrgJed)
fails to create double !!
why?