Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / Unparse Method / Unparse(Expression) Method
An Expression object represents the expression.


In This Topic
    Unparse(Expression) Method
    In This Topic
    Unparses the specified expression to formula text.
    Syntax
    'Declaration
     
    
    Public Overloads Function Unparse( _
       ByVal expr As Expression _
    ) As String
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim expr As Expression
    Dim value As String
     
    value = instance.Unparse(expr)
    public string Unparse( 
       Expression expr
    )

    Parameters

    expr
    An Expression object represents the expression.

    Return Value

    The formula text unparsed from the input expression.
    See Also