Click or drag to resize
FormEngineUserControl.ConvertInputValue 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: 11.0.0
Syntax
C#
protected Object ConvertInputValue(
	Object value
)

Parameters

value
Type: System.Object
Value to process

Return Value

Type: Object
See Also