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