Click or drag to resize

fileTextOperaterSplit Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Splits source file content into separate results set according to the evaluator result

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextSplitResultSet Split(
	string filepathFormat,
	lineEvaluator evaluator,
	bool autoremove = false
)
Request Example View Source

Parameters

filepathFormat
Type: SystemString
The filepath format.
evaluator
Type: imbSCI.Core.files.searchlineEvaluator
The evaluator. if result is empty then line is not taken from the source list
autoremove (Optional)
Type: SystemBoolean
if set to true it will remove all lines contained in the output fileTextSplitResultSet

Return Value

Type: fileTextSplitResultSet
Parts that are separated from the source content
See Also