Click or drag to resize

FieldNullValueAttribute Constructor (Type, String)

Indicates a type and a string to be converted to that type.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldNullValueAttribute(
	Type type,
	string nullValue
)

Parameters

type
Type: SystemType
The type of the null value.
nullValue
Type: SystemString
The string to be converted to the specified type.
See Also