StringAppSettingConvertValue Method |
Converts the value to a proper type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected override string ConvertValue(
Object value,
string defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemString
Default value
Return Value
Type:
StringSee Also