Click or drag to resize

fileTextLineCollectionToString Method (Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
String representation of the matched lines

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

Parameters

showNumber
Type: SystemBoolean
if set to true [show number].
format (Optional)
Type: SystemString
The format.

Return Value

Type: String
See Also