CheckBoxField.ConvertEmptyStringToNull Property
.NET Framework (current version)
Overrides the BoundField.ConvertEmptyStringToNull property. This property is not supported by the CheckBoxField class.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleanfalse in all cases. This property is not supported and throws a System.NotSupportedException.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to read or set the value of this property. |
The ConvertEmptyStringToNull property is inherited from the BoundField class, but is not applicable to the CheckBoxField class. Any attempt to access the value of this property will throw a System.NotSupportedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: