Parse the reply code and reply text out of the xml response

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void parseRetsReplyInfo(
	string xmlText
)
Visual Basic (Declaration)
Public Shared Sub parseRetsReplyInfo ( _
	xmlText As String _
)
Visual C++
public:
static void parseRetsReplyInfo(
	String^ xmlText
)

Parameters

xmlText
Type: System..::.String
XML text string

See Also