Manager..::..RemoveBetweenTags Method

Removes the between tags.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static string RemoveBetweenTags(
	string XML,
	string StartTag,
	string EndTag
)
Public Shared Function RemoveBetweenTags ( _
	XML As String, _
	StartTag As String, _
	EndTag As String _
) As String
public:
static String^ RemoveBetweenTags(
	String^ XML, 
	String^ StartTag, 
	String^ EndTag
)

Parameters

XML
Type: String
The XML.
StartTag
Type: String
The start tag.
EndTag
Type: String
The end tag.

Return Value

System.String.