ViewDataDictionary.Eval Method (String, String)

Evaluates the specified expression by using the specified format.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Function Eval ( _
	expression As String, _
	format As String _
) As String
'Usage
Dim instance As ViewDataDictionary 
Dim expression As String 
Dim format As String 
Dim returnValue As String 

returnValue = instance.Eval(expression, _
	format)

Parameters

expression
Type: System.String

The expression.

format
Type: System.String

The format.

Return Value

Type: System.String
The results of the evaluation.
Show: