Skip to content

Commit e84e99e

Browse files
authored
Fix typo in TextFieldParser.ReadFields documentation (#11473)
1 parent b3fdab4 commit e84e99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@
13551355
<format type="text/markdown"><![CDATA[
13561356
13571357
## Remarks
1358-
In order to allow users to parse text files in multiple formats, the `ReadFields` method examines the values of `TextFieldType`, `Delimiters`, and `FieldWidths`, if they are specified, each time it is called. Users need to correctly configure the `TextFieldType` and `FieldWidths` or `Delimiters` properties, as appropriate. If `TextFieldType` is set to `Delimited`, and `Delimiters` is not set, or if `TextFieldType` is set to `FixedWidth` and `FieldWidths`, an exception is thrown.
1358+
In order to allow users to parse text files in multiple formats, the `ReadFields` method examines the values of `TextFieldType`, `Delimiters`, and `FieldWidths`, if they are specified, each time it is called. Users need to correctly configure the `TextFieldType` and `FieldWidths` or `Delimiters` properties, as appropriate. If `TextFieldType` is set to `Delimited`, and `Delimiters` is not set, or if `TextFieldType` is set to `FixedWidth` and `FieldWidths` is not set, an exception is thrown.
13591359
13601360
If `ReadFields` encounters blank lines, they are skipped and the next non-blank line is returned.
13611361

0 commit comments

Comments
 (0)