Class ExpressionConverter
Inheritance
System.Object
    ExpressionConverter
  Implements
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.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public class ExpressionConverter : IExpressionConverterProperties
Instance
Declaration
public static IExpressionConverter Instance { get; }Property Value
| Type | Description | 
|---|---|
| IExpressionConverter | 
Methods
FromCompileResult(CompileResult)
Declaration
public Expression FromCompileResult(CompileResult compileResult)Parameters
| Type | Name | Description | 
|---|---|---|
| CompileResult | compileResult | 
Returns
| Type | Description | 
|---|---|
| Expression | 
ToStringExpression(Expression)
Declaration
public StringExpression ToStringExpression(Expression expression)Parameters
| Type | Name | Description | 
|---|---|---|
| Expression | expression | 
Returns
| Type | Description | 
|---|---|
| StringExpression |