Click or drag to resize

PropertySpecificationConvertEmptyStringToNull Property

Gets or sets a value indicating whether an empty string (if the specification is for a string property) has to be converted to null (so the default value is used) or should be kept as-is.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public bool ConvertEmptyStringToNull { get; set; }

Property Value

Type: Boolean
See Also