MindFusion.Wpf Pack Programmer's Guide
IExpressionEvaluatorContext Methods
 


 Public Methods

  Name Description

GetCoreEvaluator

Gets the core evaluator. The core evaluator can be used to invoke any of the predefined functions or identifiers.

GetError

Returns an error object of the specified type.

ToBool

Attempts to convert the specified value to a boolean.

ToDateTime

Attempts to convert the specified value to a DateTime.

ToDouble

Attempts to convert the specified value to a double.

ToString

Attempts to convert the specified value to a string.

ToTimeSpan

Attempts to convert the specified value to a TimeSpan.

ToValue

Attempts to evaluate the specified object.

 See Also

IExpressionEvaluatorContext Interface
MindFusion.Spreadsheet.Wpf.Expressions Namespace