Skip to content

Commit 5dbc09a

Browse files
authored
Update TextFieldParser.xml (dotnet#4855)
Add the word `using` to make the following sentence correct: > ...while [USING] the `ReadFields` method to extract fields of text is similar to splitting the strings.
1 parent d386462 commit 5dbc09a

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
@@ -31,7 +31,7 @@
3131
<format type="text/markdown"><![CDATA[
3232
3333
## Remarks
34-
The `TextFieldParser` object provides methods and properties for parsing structured text files. Parsing a text file with the `TextFieldParser` is similar to iterating over a text file, while the `ReadFields` method to extract fields of text is similar to splitting the strings.
34+
The `TextFieldParser` object provides methods and properties for parsing structured text files. Parsing a text file with the `TextFieldParser` is similar to iterating over a text file, while using the `ReadFields` method to extract fields of text is similar to splitting the strings.
3535
3636
The `TextFieldParser` can parse two types of files: delimited or fixed-width. Some properties, such as `Delimiters` and `HasFieldsEnclosedInQuotes` are meaningful only when working with delimited files, while the `FieldWidths` property is meaningful only when working with fixed-width files.
3737

0 commit comments

Comments
 (0)