Returns a JSON-like or XML representation of the dictionary.

Not all dictionary contents can be dumped to XML and correctly parsed back.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Dump(
	IEDictionary..::..ParserLang dumpType
)
Public Function Dump ( _
	dumpType As IEDictionary..::..ParserLang _
) As String
public:
String^ Dump(
	IEDictionary..::..ParserLang dumpType
)

Parameters

dumpType
IEDictionary..::..ParserLang
Dump language (XML or JSON)

Return Value

JSON-like or SML string representation of the dictionary

See Also