Click or drag to resize

StringParserIndexOfMatchingCloseToken(String, String, String, Int32, Boolean) Method

Looks to the RIGHT for the first open token and returns the matching close token

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax
public static int IndexOfMatchingCloseToken(
	string inString,
	string openToken,
	string closeToken,
	int startIndex = 0,
	bool matchCase = true
)
View Source

Parameters

inString  String
The string to process
openToken  String
closeToken  String
startIndex  Int32  (Optional)
The index from with to begin processing inString
matchCase  Boolean  (Optional)
Set to FALSE for case insensitive search

Return Value

Int32
See Also