Gets or sets a value indicating whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property ConvertEmptyStringToNull As Boolean
C#
public bool ConvertEmptyStringToNull { get; set; }
Visual C++
public:
property bool ConvertEmptyStringToNull {
	bool get ();
	void set (bool value);
}