IConversionServiceGetDouble Method |
Returns the double representation of an object or default value if not.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax double GetDouble(
Object value,
double defaultValue,
string culture
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDouble
Default value - culture
- Type: SystemString
Culture
Return Value
Type:
DoubleSee Also