# FarPoint.Web.Spread.ICalcResolver

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ICalcResolver" data-uid="FarPoint.Web.Spread.ICalcResolver" class="text-break">ICalcResolver Interface
</h1>
  <div class="markdown level0 summary"><p>Interface for resolving custom formulas.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ICalcResolver_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICalcResolver</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICalcResolver</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ICalcResolver_Evaluate_FarPoint_CalcEngine_Expression_System_Boolean__" data-uid="FarPoint.Web.Spread.ICalcResolver.Evaluate(FarPoint.CalcEngine.Expression,System.Boolean@)">
          <a class="xref" href="FarPoint.Web.Spread.ICalcResolver.Evaluate.html#FarPoint_Web_Spread_ICalcResolver_Evaluate_FarPoint_CalcEngine_Expression_System_Boolean__">Evaluate(Expression, out bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates a custom expression.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ICalcResolver_Resolve_System_String_System_Boolean__" data-uid="FarPoint.Web.Spread.ICalcResolver.Resolve(System.String,System.Boolean@)">
          <a class="xref" href="FarPoint.Web.Spread.ICalcResolver.Resolve.html#FarPoint_Web_Spread_ICalcResolver_Resolve_System_String_System_Boolean__">Resolve(string, out bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Resolves a formula string to an expression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
