Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
WinCalcManager 5.3 does not accept exponents?
posted

It appears (from the grammar supplied in the source) and bitter experience that the NetAdvantage for WinForms v5.3 control does not accept numbers of the form 1.4e-10. Is this corrected in later versions of the control?

Thanks in advance,

Dave

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Dave,

    I doubt it. I'm pretty sure that the CalcManager does something like double.TryParse to get the value into a numeric value and double.Parse won't recognize exponential notation, either.

    But why use a string to represent a numeric value in a formula? Where is this string coming from?

Children