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.2.0.0 (1.2.16.0406)
Syntax public bool ConvertEmptyStringToNull { get; set; }
Public Property ConvertEmptyStringToNull As Boolean
Get
Set
Property Value
Type:
BooleanSee Also