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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.