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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.