Show / Hide Table of Contents

Class ExpressionEvaluator

Inheritance
System.Object
ExpressionEvaluator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class ExpressionEvaluator

Constructors

ExpressionEvaluator()

Declaration
public ExpressionEvaluator()

ExpressionEvaluator(WildCardValueMatcher, CompileResultFactory)

Declaration
public ExpressionEvaluator(WildCardValueMatcher wildCardValueMatcher, CompileResultFactory compileResultFactory)
Parameters
Type Name Description
WildCardValueMatcher wildCardValueMatcher
CompileResultFactory compileResultFactory

Methods

Evaluate(Object, String)

Declaration
public bool Evaluate(object left, string expression)
Parameters
Type Name Description
System.Object left
System.String expression
Returns
Type Description
System.Boolean

TryConvertToDouble(Object, out Double)

Declaration
public bool TryConvertToDouble(object op, out double d)
Parameters
Type Name Description
System.Object op
System.Double d
Returns
Type Description
System.Boolean
Back to top Generated by DocFX