FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..isXmlValid Method

XMLs the is valid.

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

Syntax


public static bool isXmlValid(
	string sXML
)
Public Shared Function isXmlValid ( _
	sXML As String _
) As Boolean
public:
static bool^ isXmlValid(
	String^ sXML
)

Parameters

sXML
Type: String
The s XML.

Return Value

true if XXXX, false otherwise.