Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Parameter::ConvertEmptyStringToNull Property

 

Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to null if it is String::Empty.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool ConvertEmptyStringToNull {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the value that the Parameter is bound to should be converted to null when it is String::Empty; otherwise, false. The default value is true.

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft