FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..xmlToHashTable Method

converts from xml to hashtable

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static Hashtable xmlToHashTable(
	string sXML
)
Public Shared Function xmlToHashTable ( _
	sXML As String _
) As Hashtable
public:
static Hashtable^ xmlToHashTable(
	String^ sXML
)

Parameters

sXML
Type: String
XML string

Return Value

Hashtable