ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class / Parse Method
String to parse.

In This Topic
    Parse Method (C1CalcEngine)
    In This Topic
    Parses a string into an Expression.
    Syntax
    'Declaration
     
    
    Public Function Parse( _
       ByVal expression As System.String _
    ) As Expression
    public Expression Parse( 
       System.string expression
    )

    Parameters

    expression
    String to parse.

    Return Value

    An Expression object that can be evaluated.
    See Also