You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
When the expression contains multiple # characters, the Expression constructor throws the following exception: "String '' was not recognized as a valid DateTime."
For example the expression that I am trying to parse is
You should've gotten a syntax error from the " rather than it continuing to the #, though. I think it looks like the lexer is configured to recover rather than immediately throwing an error, I'll look further into that.
When the expression contains multiple
#
characters, theExpression
constructor throws the following exception:"String '' was not recognized as a valid DateTime."
For example the expression that I am trying to parse is
Update: I understand that NCalc uses sharps (#) to delimit date. However # is a custom string specifier in the .NET framework.
The text was updated successfully, but these errors were encountered: