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
Syntaxpublic static FieldBase CreateField(
FieldInfo fi,
TypedRecordAttribute recordAttribute
)
Public Shared Function CreateField (
fi As FieldInfo,
recordAttribute As TypedRecordAttribute
) As FieldBase
Parameters
- fi
- Type: System.ReflectionFieldInfo
Information about this field - recordAttribute
- Type: FileHelpersTypedRecordAttribute
Type of record we are reading
Return Value
Type:
FieldBaseNull if not used
See Also