Click or drag to resize

builderForStyleAppendPair Method (HtmlTextWriterStyle, Object, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the pair.

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AppendPair(
	HtmlTextWriterStyle key,
	Object value,
	bool breakLine = true,
	string between = ":"
)
Request Example View Source

Parameters

key
Type: imbSCI.Core.reporting.style.enumsHtmlTextWriterStyle
The key.
value
Type: SystemObject
The value.
breakLine (Optional)
Type: SystemBoolean
if set to true [break line].
between (Optional)
Type: SystemString
The between.
See Also