B
bonda101
I am trying to find how to evaluate a regular expression
(with 1's and 0') in a string form inside a source file
(*.cs in a .NET FW1.1 environment)
For eg:- result = " 1 && 0 || ( ! 1 || 1) " , where
result is a Boolean variable;
Appreciate any thoughts or help solving this.
(with 1's and 0') in a string form inside a source file
(*.cs in a .NET FW1.1 environment)
For eg:- result = " 1 && 0 || ( ! 1 || 1) " , where
result is a Boolean variable;
Appreciate any thoughts or help solving this.