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)
120parser.TextFieldType = FieldType.FixedWidth; 121Assert.Equal(FieldType.FixedWidth, parser.TextFieldType); 183parser.TextFieldType = FieldType.FixedWidth; 261parser.TextFieldType = FieldType.FixedWidth; 289parser.TextFieldType = FieldType.FixedWidth;