Click or drag to resize

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
Syntax
public string NullString { get; set; }

Property Value

Type: String
See Also