Click or drag to resize

EvaluatorSetVariable Method

Overload List
  NameDescription
Public methodSetVariable(String, Object)
Sets the value of a variable referenced within the expression prior to evaluation.
Public methodSetVariable(String, Object, Type)
Sets the value of a variable referenced within the expression prior to evaluation. This override allows specifying the Type of the variable instead of trying to introspect it. Also allows for passing null as the value.
Top
See Also