| ValidationHelperGetDecimal Method (Object, Decimal) | 
            Converts the given object to a decimal value
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static decimal GetDecimal(
	Object value,
	decimal defaultValue
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemDecimal
 Default value
Return Value
Type: 
Decimal See Also
See Also