| ValidationHelperGetDoubleSystem Method | 
            Returns the double representation of an object (using English representation of floating point numbers) or default value if not.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static double GetDoubleSystem(
	Object value,
	double defaultValue
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemDouble
 Default value
Return Value
Type: 
Double See Also
See Also