In Eclipse, I am trying to evaluate a mathematical expression in a string. Example:
String ex="12+35-8+32"
How can I obtain and integer with value = 71? In one previous such similar question I got reference of NCalc. I downloaded it (which came with a Sources folder and a .dll file) but could not figure out how to use it. Thank you so much!