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

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

Parameters

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

Return Value

Type: Int32
See Also