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.181-beta
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