expression-evaluator-c-sharp
expression-evaluator-c-sharp copied to clipboard
Fix for ISNUMBER not recognising numbers without decimal separator (issue #13)
Since VALUE uses Convert.ToDecimal it seems logical to use Decimal.TryParse instead of a RegEx to check if the string is a number