matheval / expression-evaluator-c-sharp

Matheval is a mathematical expressions evaluator library written in C#. Allows to evaluate mathematical, boolean, string and datetime expressions
https://matheval.org/
MIT License
110 stars 30 forks source link

Fix for ISNUMBER not recognising numbers without decimal separator (issue #13) #14

Open gbellini79 opened 1 year ago

gbellini79 commented 1 year ago

Since VALUE uses Convert.ToDecimal it seems logical to use Decimal.TryParse instead of a RegEx to check if the string is a number