public static string? GetBetweenDelimiters(
	string inString,
	out int payloadIndex,
	char startToken = ',',
	char endToken = ',',
	int startIndex = 0,
	bool matchCase = true,
	bool includeTokensInReturn = false
)Public Shared Function GetBetweenDelimiters ( 
	inString As String,
	<OutAttribute> ByRef payloadIndex As Integer,
	Optional startToken As Char = ","C,
	Optional endToken As Char = ","C,
	Optional startIndex As Integer = 0,
	Optional matchCase As Boolean = true,
	Optional includeTokensInReturn As Boolean = false
) As Stringpublic:
static String^ GetBetweenDelimiters(
	String^ inString, 
	[OutAttribute] int% payloadIndex, 
	wchar_t startToken = L',', 
	wchar_t endToken = L',', 
	int startIndex = 0, 
	bool matchCase = true, 
	bool includeTokensInReturn = false
)Gemstone.IO.Parsing.StringParser.GetBetweenDelimiters = function(inString, payloadIndex, startToken, endToken, startIndex, matchCase, includeTokensInReturn);[Missing <param name="payloadIndex"/> documentation for "M:Gemstone.IO.Parsing.StringParser.GetBetweenDelimiters(System.String,System.Int32@,System.Char,System.Char,System.Int32,System.Boolean,System.Boolean)"]