4 references to AllowQuoting
Microsoft.ML.Data (4)
DataLoadSave\Text\TextLoader.cs (3)
1111
All = TrimWhitespace | HasHeader |
AllowQuoting
| AllowSparse | ReadMultilines | MissingRealsAsNaNs
1188
_flags |= OptionFlags.
AllowQuoting
;
1427
acceptableFlags |= OptionFlags.
AllowQuoting
;
DataLoadSave\Text\TextLoaderParser.cs (1)
944
_quoting = (flags & OptionFlags.
AllowQuoting
) != 0;