| ValidationHelperIsDouble Method | 
            Returns true if the object representation matches the Double type.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsDouble(
	Object value,
	string culture = null
)
Parameters
- value
- Type: SystemObject
 Value to check
- culture (Optional)
- Type: SystemString
 Optional culture code. If null, culture of current thread is used.
Return Value
Type: 
Boolean See Also
See Also