AppSettingTValueConvertValue Method |
Converts the value to the correct type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected virtual TValue ConvertValue(
Object value,
TValue defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: TValue
Default value
Return Value
Type:
TValueSee Also