| DataHelperGetNotZero Method (Object, Int32) | 
            Returns the object converted to integer or default value when the result of conversion equals zero.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static int GetNotZero(
	Object value,
	int defaultValue
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemInt32
 Default value in case result is zero
Return Value
Type: 
Int32 See Also
See Also