Click or drag to resize
FormEngineUserControlConvertInputValue Method
Ensures that the given value is represented as null is empty, or converted to proper type.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected Object ConvertInputValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to process

Return Value

Type: Object
See Also