Click or drag to resize

StringParserFindIndex Method

Finds the index of the first matching (or containing) field name

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+13787b6b78c2a05e0f5d0ff4ef1e17ab745e4b5e
Syntax
public static int FindIndex(
	string fieldNameValueSought,
	string[] fieldNames,
	bool matchCase = true,
	bool contains = false
)
View Source

Parameters

fieldNameValueSought  String
the field name to find
fieldNames  String
the string array of fields
matchCase  Boolean  (Optional)
set to FALSE for case insensitive tests
contains  Boolean  (Optional)
Set to TRUE to find index that CONTAINS the fileNameValueSought

Return Value

Int32
See Also