Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source.
Documentation for this section has not yet been entered.
Sometimes a field's value is an empty string ("") in the data source. The AutoGeneratedField.ConvertEmptyStringToNull property is used to indicate whether empty string values are converted to null before being displayed in an System.Web.UI.WebControls.AutoGeneratedField.
This version of the property has been implemented to always return true. It is not possible to set this property.