MindFusion.Wpf Pack Programmer's Guide
IExpressionEvaluatorContext.ToValue Method
See Also
 





Attempts to evaluate the specified object.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

Object ToValue (
    Object value
)

Visual Basic  Copy Code

Function ToValue( _
    value As Object _
) As Object

 Parameters

value

The object to evaluate.

 Return Value

The value of the object, or null (Nothing in Visual Basic), if the object cannot be evaluated.

 See Also

IExpressionEvaluatorContext Members
IExpressionEvaluatorContext Interface
MindFusion.Spreadsheet.Wpf.Expressions Namespace