[]
        
Interface for resolving custom formulas.
public interface ICalcResolverPublic Interface ICalcResolver| Name | Description | 
|---|---|
| Evaluate(Expression, out bool) | Evaluates a custom expression. | 
| Resolve(string, out bool) | Resolves a formula string to an expression. |