Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / UnparseError Method
A CalcError value indicates the calculation error.


In This Topic
    UnparseError Method
    In This Topic
    Unparses the specified CalcError value.
    Syntax
    'Declaration
     
    
    Public Shared Function UnparseError( _
       ByVal error As CalcError _
    ) As String
    'Usage
     
    
    Dim error As CalcError
    Dim value As String
     
    value = FormulaEngine.UnparseError(error)
    public static string UnparseError( 
       CalcError error
    )

    Parameters

    error
    A CalcError value indicates the calculation error.

    Return Value

    A string value represents the calculation error text.
    See Also