FormEngineUserControlConvertInputValue Method |
Ensures that the given value is represented as null is empty, or converted to proper type.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax protected Object ConvertInputValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value to process
Return Value
Type:
ObjectSee Also