| BoolAppSettingConvertValue Method | 
            Converts the value to a proper type
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxprotected override bool ConvertValue(
	Object value,
	bool defaultValue
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemBoolean
 Default value
Return Value
Type: 
Boolean See Also
See Also