Click or drag to resize
ValidationHelperGetDouble Method (Object, Double, String)
Returns the double representation of an object or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static double GetDouble(
	Object value,
	double defaultValue,
	string culture
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemDouble
Default value
culture
Type: SystemString
Culture code

Return Value

Type: Double
See Also