In The Hand LtdIn The Hand
OpenTextFieldParser Method (file, delimiters)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyOpenTextFieldParser(String, array<String>[]()[][])
.NET Components for Mobility
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.
Declaration Syntax
C#Visual Basic
public TextFieldParser OpenTextFieldParser(
	string file,
	params string[] delimiters
)
Public Function OpenTextFieldParser ( _
	file As String, _
	ParamArray delimiters As String() _
) As TextFieldParser
Parameters
file (String)
String. The file to be opened with the TextFieldParser. Required.
delimiters (array<String>[]()[][])
String(). Delimiters for the fields. Required.
Return Value

[Missing <returns> documentation for "M:InTheHand.VisualBasic.MyServices.FileSystemProxy.OpenTextFieldParser(System.String,System.String[])"]

Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0