ComponentOne Binding Expressions for WPF and Silverlight
Introduction to Binding Expressions / The C1CalcEngine Class
In This Topic
    The C1CalcEngine Class
    In This Topic

    The C1CalcEngine class is responsible for parsing and evaluating the expressions used in C1Binding objects, but it is a public class and can also be used independently of C1Binding.

    The C1CalcEngine class has two main methods: Parse and Evaluate:

    1. Parse parses strings into Expression objects.
    2. Evaluate parses strings and evaluates the resulting expression.

     

    See Also