Click or drag to resize

imbStringBuilderBaseAppendPair Method (String, Object, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends a KeyValue pair

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

Parameters

key
Type: SystemString
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