Indicates the TrimMode used after read to truncate the field. By default trims the blank spaces and tabs.
Indicates the TrimMode used after read to truncate the field. By default trims the blank spaces and tabs.
public FieldTrimAttribute(TrimMode);
Indicates the TrimMode used after read to truncate the field.
public FieldTrimAttribute(TrimMode,params char[]);
Indicates the TrimMode used after read to truncate the field.
public FieldTrimAttribute(TrimMode,string);
FieldTrimAttribute Class | FileHelpers Namespace