Determines whether source control's value is double.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic Validator IsDouble(
	Object source,
	string errorMessage
)
Parameters
- source
 - Type: SystemObject
Control to validate - errorMessage
 - Type: SystemString
It is returned when control's value is not double 
Return Value
Type: 
Validator
See Also