Click or drag to resize

fileTextLineCollectionToString Method (ITextRender, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
To the string.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void ToString(
	ITextRender output,
	bool showNumber,
	string format = "{0,8} : {1}"
)
Request Example View Source

Parameters

output
Type: imbSCI.Core.reporting.renderITextRender
The output.
showNumber
Type: SystemBoolean
if set to true [show number].
format (Optional)
Type: SystemString
The format.
See Also