You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
<formattype="text/markdown"><![CDATA[
32
32
33
33
## 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.
35
35
36
36
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.
0 commit comments