String.IFind(String) Method |
Top |
DescriptionSearches for the specified stringToFind in the calling String, ignoring case.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns the index of the start of the specified stringToFind in the calling String. Returns -1 if stringToFind is not a sub-string of the calling String. If more than one instance of stringToFind occurs in the calling String, only the index of the first instance is returned.
Syntax
See also
|