IntAppSetting.ConvertValue Method |
Converts the value to a proper type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntaxprotected override int ConvertValue(
Object value,
int defaultValue
)
Parameters
- value
- Type: System.Object
Value to convert - defaultValue
- Type: System.Int32
Default value
Return Value
Type:
Int32
See Also