Click or drag to resize
BaseInfoGetDecimalValue Method
Gets the decimal value from the object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual decimal GetDecimalValue(
	string columnName,
	decimal defaultValue
)

Parameters

columnName
Type: SystemString
Column name
defaultValue
Type: SystemDecimal
Default value

Return Value

Type: Decimal
See Also