Click or drag to resize

builderForMarkdownAppendPair Method (String, Object, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders key-> value pair

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

Parameters

key
Type: SystemString
Property name or collection key
value
Type: SystemObject
ToString value
breakLine (Optional)
Type: SystemBoolean
should break line
between (Optional)
Type: SystemString

Implements

ITextAppendContentAppendPair(String, Object, Boolean, String)
See Also