Click or drag to resize
AppSettingTValueConvertValue Method
Converts the value to the correct type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected virtual TValue ConvertValue(
	Object value,
	TValue defaultValue
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: TValue
Default value

Return Value

Type: TValue
See Also