AutoGeneratedField::ConvertEmptyStringToNull Property
.NET Framework (current version)
Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source.
Assembly: System.Web (in System.Web.dll)
public: property bool ConvertEmptyStringToNull { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set this property. |
Sometimes a field's value is an empty string ("") in the data source. The ConvertEmptyStringToNull property is used to indicate whether empty string values are converted to null before being displayed in an AutoGeneratedField.
Note |
|---|
This version of the property has been implemented to always return true. It is not possible to set this property. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
