FieldTemplateUserControl.ConvertEditedValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.