Click or drag to resize
AbstractCMSPageEvalDecimal Method
Evaluates the item data and converts it to the decimal.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public virtual decimal EvalDecimal(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Decimal
See Also