Show / Hide Table of Contents

Interface IAllowConverterSettings

Inherited Members
IAllowToGPALObject<IGPALConverter>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowConverterSettings : IAllowToGPALObject<IGPALConverter>

Methods

WithFieldsEnclosedInQuotes(Boolean)

Declaration
IAllowConverterSettingsAndActions WithFieldsEnclosedInQuotes(bool fieldsEnclosedInQuote = true)
Parameters
Type Name Description
System.Boolean fieldsEnclosedInQuote
Returns
Type Description
IAllowConverterSettingsAndActions

WithFirstLineHasColumnNames(Boolean)

Declaration
IAllowConverterSettingsAndActions WithFirstLineHasColumnNames(bool firstLineHeaders = true)
Parameters
Type Name Description
System.Boolean firstLineHeaders
Returns
Type Description
IAllowConverterSettingsAndActions

WithIgnoreFirstLineColumnNames(Boolean)

Declaration
IAllowConverterSettingsAndActions WithIgnoreFirstLineColumnNames(bool ignoreFirstLine = true)
Parameters
Type Name Description
System.Boolean ignoreFirstLine
Returns
Type Description
IAllowConverterSettingsAndActions

WithInputType(Enums.DataFormat)

Declaration
IAllowConverterSettingsAndActions WithInputType(Enums.DataFormat inDataType)
Parameters
Type Name Description
Enums.DataFormat inDataType
Returns
Type Description
IAllowConverterSettingsAndActions

WithOutputType(Enums.DataFormat)

Declaration
IAllowConverterSettingsAndActions WithOutputType(Enums.DataFormat outDataType)
Parameters
Type Name Description
Enums.DataFormat outDataType
Returns
Type Description
IAllowConverterSettingsAndActions
In This Article
Back to top Generated by DocFX