Indicates a type and a string to be converted to that type.
[Visual Basic]
Overloads Public Sub New( _
ByVal
type As
Type, _
ByVal
nullValue As
String _
)
[C#]
public FieldNullValueAttribute(
Type type,
string nullValue);
Parameters
-
type
- The type of the null value.
-
nullValue
- The string to be converted to the specified type.
See Also
FieldNullValueAttribute Class | FileHelpers Namespace | FieldNullValueAttribute Constructor Overload List
Powered by: