The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs.
The TextFieldParser object can be used to read both delimited and fixed-width files.
| C# | Visual Basic |
public TextFieldParser OpenTextFieldParser( string file, params string[] delimiters )
Public Function OpenTextFieldParser ( _ file As String, _ ParamArray delimiters As String() _ ) As TextFieldParser
[Missing <returns> documentation for "M:InTheHand.VisualBasic.MyServices.FileSystemProxy.OpenTextFieldParser(System.String,System.String[])"]