StringPrototype::indexOf Method (Object^, Object^, Double)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Searches for the first occurrence of the specified string in the specified object, starting from the specified character position.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::HasThisObject, JSBuiltin::String_indexOf)] static int indexOf( Object^ thisob, Object^ searchString, double position )
Parameters
- thisob
-
Type:
System::Object^
The object that this method is acting upon.
- searchString
-
Type:
System::Object^
The string to search for.
- position
-
Type:
System::Double
The position at which to start the search.
Return Value
Type: System::Int32The position of the first occurrence of searchString, if it is found.
.NET Framework
Available since 1.1
Available since 1.1
Show: