Initializes a new instance of the DefaultTextExtractor class

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public DefaultTextExtractor(
	char delimiter,
	Encoding encoding,
	bool escape,
	bool quoting,
	bool silent
)
Visual Basic
Public Sub New ( _
	delimiter As Char, _
	encoding As Encoding, _
	escape As Boolean, _
	quoting As Boolean, _
	silent As Boolean _
)
Visual C++
public:
DefaultTextExtractor(
	wchar_t delimiter, 
	Encoding^ encoding, 
	bool escape, 
	bool quoting, 
	bool silent
)

Parameters

delimiter
Type: Char

[Missing <param name="delimiter"/> documentation for "M:ScopeRuntime.DefaultTextExtractor.#ctor(System.Char,System.Text.Encoding,System.Boolean,System.Boolean,System.Boolean)"]

encoding
Type: Encoding

[Missing <param name="encoding"/> documentation for "M:ScopeRuntime.DefaultTextExtractor.#ctor(System.Char,System.Text.Encoding,System.Boolean,System.Boolean,System.Boolean)"]

escape
Type: Boolean

[Missing <param name="escape"/> documentation for "M:ScopeRuntime.DefaultTextExtractor.#ctor(System.Char,System.Text.Encoding,System.Boolean,System.Boolean,System.Boolean)"]

quoting
Type: Boolean

[Missing <param name="quoting"/> documentation for "M:ScopeRuntime.DefaultTextExtractor.#ctor(System.Char,System.Text.Encoding,System.Boolean,System.Boolean,System.Boolean)"]

silent
Type: Boolean

[Missing <param name="silent"/> documentation for "M:ScopeRuntime.DefaultTextExtractor.#ctor(System.Char,System.Text.Encoding,System.Boolean,System.Boolean,System.Boolean)"]

See Also