saracen666
Registered User.
- Local time
- Today, 19:21
- Joined
- May 12, 2017
- Messages
- 11
Hi All,
Hope you are well.
I am looking to solve a string containing a textual Boolean expression.
e.g. I want to solve
Boolean result = "(True Or False) | False | (True And False)"
How can I do this?
Hope you are well.
I am looking to solve a string containing a textual Boolean expression.
e.g. I want to solve
Boolean result = "(True Or False) | False | (True And False)"
How can I do this?