Click or drag to resize

FieldBaseCreateField Method

Check the Attributes on the field and return a structure containing the settings for this file.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static FieldBase CreateField(
	FieldInfo fi,
	TypedRecordAttribute recordAttribute
)

Parameters

fi
Type: System.ReflectionFieldInfo
Information about this field
recordAttribute
Type: FileHelpersTypedRecordAttribute
Type of record we are reading

Return Value

Type: FieldBase
Null if not used
See Also