Click or drag to resize

FieldNullValueAttribute Constructor (Object)

Defines the default in event of a null value. Object must be of teh correct type

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldNullValueAttribute(
	Object nullValue
)

Parameters

nullValue
Type: SystemObject
The value to assign the case of a NULL value.
See Also