Gets the number of data xml tags found 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 getDataRowCount(
	string text
)
Visual Basic (Declaration)
Public Shared Function getDataRowCount ( _
	text As String _
) As Integer
Visual C++
public:
static int getDataRowCount(
	String^ text
)

Parameters

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

Return Value

Number of data xml tags found in a string

See Also