CsvColumnAttributeNullString Property |
Gets or sets the string that is used to identify a null-value. During serialization, this value is used when the property to which
this attribute is applied equals . During deserialization, if the serialized value equals this null-string,
or the default value is used.
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxpublic string NullString { get; set; }
Public Property NullString As String
Get
Set
public:
property String^ NullString {
String^ get ();
void set (String^ value);
}
member NullString : string with get, set
Property Value
Type:
String
See Also