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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.