FieldTemplateUserControl.ConvertEditedValue(String) Method

Definition

Gets either an input value or null based on ConvertEmptyStringToNull and NullDisplayText.

protected:
 virtual System::Object ^ ConvertEditedValue(System::String ^ value);
protected virtual object ConvertEditedValue (string value);
abstract member ConvertEditedValue : string -> obj
override this.ConvertEditedValue : string -> obj
Protected Overridable Function ConvertEditedValue (value As String) As Object

Parameters

value
String

The input value.

Returns

The converted value.

Remarks

This method returns ConvertEmptyStringToNull property and NullDisplayText property which can be set via metadata or the DynamicField class or DynamicControl.

Applies to