StringArray.FindFirst(String) Method |
Top |
DescriptionFinds the first index at which the specified value is present. If the value is not present in the array, -1 will be returned.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Method Signature
Arguments
Return Value
The first index at which the specified value is present, or -1 if the value is not present.
Syntax
See also
|