Manager..::..GetStringInBetween Method

Gets the string in between.

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

Syntax


public static string GetStringInBetween(
	string strBegin,
	string strEnd,
	string strSource
)
Public Shared Function GetStringInBetween ( _
	strBegin As String, _
	strEnd As String, _
	strSource As String _
) As String
public:
static String^ GetStringInBetween(
	String^ strBegin, 
	String^ strEnd, 
	String^ strSource
)

Parameters

strBegin
Type: String
The string begin.
strEnd
Type: String
The string end.
strSource
Type: String
The string source.

Return Value

System.String.