DelimitedField Class |
Namespace: FileHelpers
The DelimitedField type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArrayMaxLength |
Array may have this many entries, if equal to ArrayMinLength then
it is a fixed length array
(Inherited from FieldBase.) |
![]() | ArrayMinLength |
Array must have this many entries
(Inherited from FieldBase.) |
![]() | Converter |
Provider to convert to and from text
(Inherited from FieldBase.) |
![]() | Discarded |
Do we process this field but not store the value
(Inherited from FieldBase.) |
![]() | FieldType |
type of object to be created, eg DateTime
(Inherited from FieldBase.) |
![]() | IsArray |
Is this field an array?
(Inherited from FieldBase.) |
![]() | IsNotEmpty |
The field must be not be empty
(Inherited from FieldBase.) |
![]() | IsOptional |
The field may not be present on the input data (line not long enough)
(Inherited from FieldBase.) |
![]() | QuoteChar |
quote character around field (and repeated within it)
|
![]() | QuoteMode |
whether quotes are optional for read and / or write
|
![]() | QuoteMultiline |
allow a quoted multiline format
|
![]() | TrimMode |
indicates whether we trim leading and/or trailing whitespace
(Inherited from FieldBase.) |
Name | Description | |
---|---|---|
![]() | CreateValueForField |
Convert a field value into a write able value
(Inherited from FieldBase.) |