Click or drag to resize

EngineBaseGetFileHeader Method

Builds a line with the name of the fields, for a delimited files it uses the same delimiter, for a fixed length field it writes the fields names separated with tabs

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string GetFileHeader()

Return Value

Type: String
field names structured for the heading of the file
See Also