Returns the value of the Expression.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public override Object Evaluate()
Visual Basic
Public Overrides Function Evaluate As Object

Return Value

The value of the Expression.

See Also