expression-evaluator-c-sharp icon indicating copy to clipboard operation
expression-evaluator-c-sharp copied to clipboard

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

Open gbellini79 opened this issue 1 year ago • 0 comments

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

gbellini79 avatar Apr 11 '23 06:04 gbellini79