TextFieldParser.Close Method

Definition

Closes the current TextFieldParser object.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Examples

This example closes the TextFieldParser.FileReader.

FileReader.Close()

Applies to

See also