public static int IndexOfMatchingCloseToken(
string inString,
string openToken,
string closeToken,
int startIndex = 0,
bool matchCase = true
)
Public Shared Function IndexOfMatchingCloseToken (
inString As String,
openToken As String,
closeToken As String,
Optional startIndex As Integer = 0,
Optional matchCase As Boolean = true
) As Integer
public:
static int IndexOfMatchingCloseToken(
String^ inString,
String^ openToken,
String^ closeToken,
int startIndex = 0,
bool matchCase = true
)
Gemstone.IO.Parsing.StringParser.IndexOfMatchingCloseToken = function(inString, openToken, closeToken, startIndex, matchCase);
[Missing <param name="openToken"/> documentation for "M:Gemstone.IO.Parsing.StringParser.IndexOfMatchingCloseToken(System.String,System.String,System.String,System.Int32,System.Boolean)"]
[Missing <param name="closeToken"/> documentation for "M:Gemstone.IO.Parsing.StringParser.IndexOfMatchingCloseToken(System.String,System.String,System.String,System.Int32,System.Boolean)"]
[Missing <returns> documentation for "M:Gemstone.IO.Parsing.StringParser.IndexOfMatchingCloseToken(System.String,System.String,System.String,System.Int32,System.Boolean)"]