System.Web.UI.WebControls.Parameter.ConvertEmptyStringToNull Property

Gets or sets a value indicating whether the value that the System.Web.UI.WebControls.Parameter object is bound to should be converted to null if it is string.Empty.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool ConvertEmptyStringToNull { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the Parameter.ConvertEmptyStringToNull property of the parameter is changed, the Parameter.OnParameterChanged method is called.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0