Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Dynamic conditions
eddy uk
14y
3.4k
1
Reply
Hello.
I have a small software where i need to retrieve a conditional string from database and then check this condition in code.
For instance, i store in database string like this:
x>9&&y==1
In code, I want to replace x and y with values, for instance:
x=5
y=1
and then execute
if(5>9&&y==1)
// do something
Anyone have an idea how to do so?
Thanks in advanced!
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
C# Exception error question
ToolStripMenuItem: Trying to create a Control for a ToolStripMenuItem...