Skip to content

v2.9.56

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 10 Oct 18:42
· 12 commits to master since this release
4f9f71e

Download the library here

  • ADDED: It is now possible to add a variable with space or other special characters
var values = new Dictionary<string, object>() { 
 { "variable with space", 98 }
};

int result = Eval.Execute<int>("variable with space + 1", values);

Trial unlocked for the current month (November)