| 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.3.0.0 (1.3.17.0314)
Syntaxpublic bool ConvertEmptyStringToNull { get; set; }Public Property ConvertEmptyStringToNull As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also