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.260-beta+c0861d169624b467814caa35d317fc192fd7b432
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