Exemplo n.º 1
0
 private string ExecuteScript(string cExpr)
 {
     return(StringEx.getString(Eval.EvalString(cExpr)));
 }