Click or drag to resize

imbTreeNodemakeXmlSimple Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes the XML output using simple methods

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public StringBuilder makeXmlSimple(
	StringBuilder xmlReport = null,
	string lineprefix = ""
)
Request Example View Source

Parameters

xmlReport (Optional)
Type: System.TextStringBuilder
The XML report.
lineprefix (Optional)
Type: SystemString
The lineprefix.

Return Value

Type: StringBuilder
See Also