Spread for ASP.NET 10 Product Documentation
Evaluate Method (ICalcResolver)


The input expression
true if evaluated
Evaluates a custom expression.
Syntax
'Declaration
 
Function Evaluate( _
   ByVal ex As Expression, _
   ByRef isEvaluated As Boolean _
) As Object
'Usage
 
Dim instance As ICalcResolver
Dim ex As Expression
Dim isEvaluated As Boolean
Dim value As Object
 
value = instance.Evaluate(ex, isEvaluated)
object Evaluate( 
   Expression ex,
   out bool isEvaluated
)

Parameters

ex
The input expression
isEvaluated
true if evaluated

Return Value

The object value
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ICalcResolver Interface
ICalcResolver Members

 

 


Copyright © GrapeCity, inc. All rights reserved.