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
Syntaxpublic FieldNullValueAttribute(
Object nullValue
)
Public Sub New (
nullValue As Object
)
Parameters
- nullValue
- Type: SystemObject
The value to assign the case of a NULL value.
See Also