Click or drag to resize

StringParserIndexOfMatchingCloseToken(String, Char, Char, 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,
	char openToken,
	char closeToken,
	int startIndex = 0,
	bool matchCase = true
)
View Source

Parameters

inString  String
The string to process
openToken  Char
closeToken  Char
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