Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes the current TextFieldParser object.
' Usage
TextFieldParserObject.Close()
' Declaration
Public Sub Close()
Remarks
This method closes a TextFieldParser object.
Example
This example closes the TextFieldParserFileReader.
FileReader.Close()
Requirements
Namespace:Microsoft.VisualBasic.FileIO
Class:TextFieldParser
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
Permissions
No permissions are required.
See Also
Concepts
Parsing Text Files with the TextFieldParser Object