Parse a quoted value (ex: replycode="0")

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

Syntax

C#
public static string parseQuotedValue(
	string xmlText,
	string searchString
)
Visual Basic (Declaration)
Public Shared Function parseQuotedValue ( _
	xmlText As String, _
	searchString As String _
) As String
Visual C++
public:
static String^ parseQuotedValue(
	String^ xmlText, 
	String^ searchString
)

Parameters

xmlText
Type: System..::.String
XML Text String
searchString
Type: System..::.String
String to search for

Return Value

Value inside of quotes

See Also