public static int FindIndex(
string fieldNameValueSought,
string[]? fieldNames,
bool matchCase = true,
bool contains = false
)
Public Shared Function FindIndex (
fieldNameValueSought As String,
fieldNames As String(),
Optional matchCase As Boolean = true,
Optional contains As Boolean = false
) As Integer
public:
static int FindIndex(
String^ fieldNameValueSought,
array<String^>^ fieldNames,
bool matchCase = true,
bool contains = false
)
Gemstone.IO.Parsing.StringParser.FindIndex = function(fieldNameValueSought, fieldNames, matchCase, contains);
[Missing <returns> documentation for "M:Gemstone.IO.Parsing.StringParser.FindIndex(System.String,System.String[],System.Boolean,System.Boolean)"]