Click or drag to resize

inlineDictionaryAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends value at specified key.(or adds new entry)

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Append(
	string key,
	string value,
	string separator = ""
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
separator (Optional)
Type: SystemString
The separator - added between existing and new content.
See Also