| AbstractUserControlEvalText Method (String, Boolean) | 
            Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string EvalText(
	string columnName,
	bool localize
)
Parameters
- columnName
- Type: SystemString
 Column name
- localize
- Type: SystemBoolean
 Indicates if text should be localized
Return Value
Type: 
String See Also
See Also