| CMSAbstractTransformationEvalText Method (String, Boolean) | 
            Evaluates the item data, encodes it and optionally localizes it. Method should be used for columns with string non-html content.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic override 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