Click or drag to resize
CMSAbstractTransformationEvalInteger Method
Evaluates the item data and converts it to the integer.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public override int EvalInteger(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Int32
See Also