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