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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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