Click or drag to resize
IConversionServiceGetDouble Method
Returns the double representation of an object or default value if not.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
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: Double
See Also