BaseInfoGetDecimalValue Method |
Gets the decimal value from the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual decimal GetDecimalValue(
string columnName,
decimal defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemDecimal
Default value
Return Value
Type:
DecimalSee Also