Click or drag to resize
IntAppSetting.ConvertValue 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 int ConvertValue(
	Object value,
	int defaultValue
)

Parameters

value
Type: System.Object
Value to convert
defaultValue
Type: System.Int32
Default value

Return Value

Type: Int32
See Also