Click or drag to resize
BaseInfo.GetDoubleValue Method
Gets the double value from the object.

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

Parameters

columnName
Type: System.String
Column name
defaultValue
Type: System.Double
Default value

Return Value

Type: Double
See Also