Search
IExpressionEvaluatorContext.toValue Method
See Also
 






Attempts to evaluate the specified object.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

Object toValue (
    Object value
)

 Parameters

value

The object to evaluate.

 Return Value

The value of the object, or null, if the object cannot be evaluated.

 See Also