I assume something like this is possible but I haven't figured out how.
Say I create a textbox where users can type in logical expressions, like, "A and B or (C and D) or E".
Is there a way I can give that logic to NCalc as well as an array of values, say [A, C, F] and have it return true or false if my values are valid according to the given logic? In this case it would be false.
Say I create a textbox where users can type in logical expressions, like, "A and B or (C and D) or E".
Is there a way I can give that logic to NCalc as well as an array of values, say [A, C, F] and have it return true or false if my values are valid according to the given logic? In this case it would be false.