IExpressionParser Interface

Definition

Interface to parse a string into an Expression.

public interface IExpressionParser
type IExpressionParser = interface
Public Interface IExpressionParser
Derived

Methods

Parse(String)

Parse a string into an Expression.

Applies to