Click or drag to resize
StringAppSettingConvertValue Method
Converts the value to a proper type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected override string ConvertValue(
	Object value,
	string defaultValue
)

Parameters

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

Return Value

Type: String
See Also