Skip to main content
.NET Framework Class Library
TemplateControl..::.Eval Method





Provides support for parsing and evaluating a data-binding expression against an object at run time.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Protected methodEval(String)Evaluates a data-binding expression.
Protected methodEval(String, String)Evaluates a data-binding expression using the specified format string to display the result.
Top