9 references to FixedWidth
Microsoft.Data.Analysis.Tests (9)
src\Microsoft.Data.Analysis\TextFieldParser.cs (4)
434
case FieldType.
FixedWidth
:
521
if (value < FieldType.Delimited || value > FieldType.
FixedWidth
)
1032
case FieldType.
FixedWidth
:
1098
case FieldType.
FixedWidth
:
TextFieldParserTests.cs (5)
120
parser.TextFieldType = FieldType.
FixedWidth
;
121
Assert.Equal(FieldType.
FixedWidth
, parser.TextFieldType);
183
parser.TextFieldType = FieldType.
FixedWidth
;
261
parser.TextFieldType = FieldType.
FixedWidth
;
289
parser.TextFieldType = FieldType.
FixedWidth
;