Gets the value found in the Count xml node in a xml string

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

Syntax

C#
public static int getRecordCount(
	string text
)
Visual Basic (Declaration)
Public Shared Function getRecordCount ( _
	text As String _
) As Integer
Visual C++
public:
static int getRecordCount(
	String^ text
)

Parameters

text
Type: System..::.String
String containing the xml text

Return Value

Value of the count node

See Also