ConvertEmptyStringToNull Property (C1ImageField)
Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source.
public virtual System.bool ConvertEmptyStringToNull {get; set;}
'Declaration
Public Overridable Property ConvertEmptyStringToNull As System.Boolean
Property Value
True if empty values should be converted to null; otherwise, false. The default value is true.