Manager..::..GetTextBetweenTags Method

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

Syntax


public static string GetTextBetweenTags(
	string XML,
	string StartTag,
	string EndTag,
	bool IncludeTag
)
Public Shared Function GetTextBetweenTags ( _
	XML As String, _
	StartTag As String, _
	EndTag As String, _
	IncludeTag As Boolean _
) As String
public:
static String^ GetTextBetweenTags(
	String^ XML, 
	String^ StartTag, 
	String^ EndTag, 
	bool^ IncludeTag
)

Parameters

XML
Type: String
StartTag
Type: String
EndTag
Type: String
IncludeTag
Type: Boolean