9 references to FixedWidth
Microsoft.Data.Analysis.Tests (9)
src\Microsoft.Data.Analysis\TextFieldParser.cs (4)
434case FieldType.FixedWidth: 521if (value < FieldType.Delimited || value > FieldType.FixedWidth) 1032case FieldType.FixedWidth: 1098case FieldType.FixedWidth:
TextFieldParserTests.cs (5)
114parser.TextFieldType = FieldType.FixedWidth; 115Assert.Equal(FieldType.FixedWidth, parser.TextFieldType); 177parser.TextFieldType = FieldType.FixedWidth; 255parser.TextFieldType = FieldType.FixedWidth; 283parser.TextFieldType = FieldType.FixedWidth;